|
|
#include <VisionX/libraries/armem_human/client/HumanRobotInteractionWriter.h>
Inheritance diagram for InteractionWriter:Public Member Functions | |
| bool | commitHumanRobotInteraction (const HumanRobotInteraction &interaction, const std::string &provider, const armem::Time &referencedTime) |
| bool | commitHumanRobotInteractions (const std::vector< HumanRobotInteraction > &interactions, const std::string &provider, const armem::Time &referencedTime) |
| void | connect (armem::client::MemoryNameSystem &memoryNameSystem) |
| Properties | defaultProperties () const override |
| InteractionWriter () | |
| std::string | propertyPrefix () const override |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| SimpleWriterBase () | |
| ~InteractionWriter () 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 42 of file HumanRobotInteractionWriter.h.
Definition at line 36 of file HumanRobotInteractionWriter.cpp.
Here is the call graph for this function:
|
overridedefault |
| bool commitHumanRobotInteraction | ( | const HumanRobotInteraction & | interaction, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime ) |
Definition at line 59 of file HumanRobotInteractionWriter.cpp.
Here is the call graph for this function:| bool commitHumanRobotInteractions | ( | const std::vector< HumanRobotInteraction > & | interactions, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime ) |
Definition at line 67 of file HumanRobotInteractionWriter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void connect | ( | armem::client::MemoryNameSystem & | memoryNameSystem | ) |
Definition at line 49 of file HumanRobotInteractionWriter.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements SimpleWriterBase.
Definition at line 61 of file HumanRobotInteractionWriter.h.
|
inlineoverridevirtual |
Implements SimpleWriterBase.
Definition at line 55 of file HumanRobotInteractionWriter.h.
| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |
Definition at line 43 of file HumanRobotInteractionWriter.cpp.
Here is the call graph for this function:| SimpleWriterBase | ( | ) |