|
|
#include <RobotAPI/libraries/armem_task_outcome/client/TaskOutcomeWriter.h>
Inheritance diagram for TaskOutcomeWriter:Public Member Functions | |
| bool | commitTaskOutcome (const TaskOutcome &outcome, const std::string &provider, const armem::Time &referencedTime) |
| bool | commitTaskOutcomes (const std::vector< TaskOutcome > &outcomes, const std::string &provider, const armem::Time &referencedTime) |
| void | connect (armem::client::MemoryNameSystem &memoryNameSystem) |
| Properties | defaultProperties () const override |
| std::string | propertyPrefix () const override |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| SimpleWriterBase () | |
| TaskOutcomeWriter () | |
| ~TaskOutcomeWriter () override | |
Public Member Functions inherited from SimpleWriterBase | |
| void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| SimpleWriterBase () | |
| virtual | ~SimpleWriterBase ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from SimpleWriterBase | |
| armem::client::Writer & | memoryWriter () |
| const Properties & | properties () const |
| void | setProperties (const Properties &p) |
Definition at line 17 of file TaskOutcomeWriter.h.
|
overridedefault |
| bool commitTaskOutcome | ( | const TaskOutcome & | outcome, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime ) |
| bool commitTaskOutcomes | ( | const std::vector< TaskOutcome > & | outcomes, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime ) |
Definition at line 44 of file TaskOutcomeWriter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void connect | ( | armem::client::MemoryNameSystem & | memoryNameSystem | ) |
|
inlineoverridevirtual |
Implements SimpleWriterBase.
Definition at line 35 of file TaskOutcomeWriter.h.
|
inlineoverridevirtual |
Implements SimpleWriterBase.
Definition at line 29 of file TaskOutcomeWriter.h.
| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |
| SimpleWriterBase | ( | ) |
Definition at line 39 of file SimpleWriterBase.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: