|
|
#include <RobotAPI/libraries/armem_objects/client/class/ClassWriter.h>
Inheritance diagram for ClassWriter:Public Member Functions | |
| ClassWriter ()=default | |
| ClassWriter (const std::string &p) | |
| bool | commitObjectClass (const armarx::armem::clazz::ObjectClass &c, const armarx::core::time::DateTime &referenceTime) |
| void | setProviderName (const std::string &pName) |
Public Member Functions inherited from SimpleWriterBase | |
| void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| SimpleWriterBase () | |
| virtual | ~SimpleWriterBase ()=default |
Protected Member Functions | |
| Properties | defaultProperties () const final |
| std::string | propertyPrefix () const final |
Protected Member Functions inherited from SimpleWriterBase | |
| armem::client::Writer & | memoryWriter () |
| const Properties & | properties () const |
| void | setProperties (const Properties &p) |
Definition at line 33 of file ClassWriter.h.
|
default |
| ClassWriter | ( | const std::string & | p | ) |
Definition at line 5 of file ClassWriter.cpp.
| bool commitObjectClass | ( | const armarx::armem::clazz::ObjectClass & | c, |
| const armarx::core::time::DateTime & | referenceTime | ||
| ) |
|
finalprotectedvirtual |
Implements SimpleWriterBase.
Definition at line 49 of file ClassWriter.cpp.
|
finalprotectedvirtual |
Implements SimpleWriterBase.
Definition at line 43 of file ClassWriter.cpp.
| void setProviderName | ( | const std::string & | pName | ) |
Definition at line 10 of file ClassWriter.cpp.