|
|
#include <RobotAPI/libraries/armem/client/util/SimpleWriterBase.h>
Inheritance diagram for SimpleWriterBase:Classes | |
| struct | Properties |
Public Member Functions | |
| void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| SimpleWriterBase () | |
| virtual | ~SimpleWriterBase ()=default |
Protected Member Functions | |
| virtual Properties | defaultProperties () const =0 |
| armem::client::Writer & | memoryWriter () |
| const Properties & | properties () const |
| virtual std::string | propertyPrefix () const =0 |
| void | setProperties (const Properties &p) |
Definition at line 36 of file SimpleWriterBase.h.
| SimpleWriterBase | ( | ) |
Definition at line 8 of file SimpleWriterBase.cpp.
|
virtualdefault |
| void connect | ( | armarx::armem::client::MemoryNameSystem & | mns | ) |
Definition at line 33 of file SimpleWriterBase.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedpure virtual |
Implemented in Writer, Writer, Writer, Writer, Writer, Writer, Writer, Writer, RGBImageWriter, and ClassWriter.
Here is the caller graph for this function:
|
protected |
|
protected |
Definition at line 58 of file SimpleWriterBase.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedpure virtual |
Implemented in Writer, Writer, Writer, Writer, Writer, Writer, Writer, Writer, RGBImageWriter, and ClassWriter.
Here is the caller graph for this function:| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |
Definition at line 13 of file SimpleWriterBase.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 68 of file SimpleWriterBase.cpp.