|
|
#include <RobotAPI/libraries/armem/client/util/SimpleReaderBase.h>
Inheritance diagram for SimpleReaderBase:Classes | |
| struct | Properties |
Public Member Functions | |
| virtual void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| const Properties & | properties () const |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| void | setProperties (const Properties &p) |
| SimpleReaderBase () | |
| virtual | ~SimpleReaderBase ()=default |
Protected Member Functions | |
| virtual Properties | defaultProperties () const =0 |
| const armem::client::Reader & | memoryReader () const |
| virtual std::string | propertyPrefix () const =0 |
Definition at line 38 of file SimpleReaderBase.h.
| SimpleReaderBase | ( | ) |
Definition at line 9 of file SimpleReaderBase.cpp.
|
virtualdefault |
|
virtual |
Reimplemented in Reader.
Definition at line 30 of file SimpleReaderBase.cpp.
Here is the call graph for this function:
|
protectedpure virtual |
Implemented in ActivityReader, InteractionReader, PersonInstanceReader, ProfileReader, Reader, ClassReader, SkillStatusReader, TaskOutcomeReader, Reader, Reader, Reader, Reader, Reader, Reader, Reader, Reader, Reader, CameraCalibrationReader, DepthImageReader, and RGBImageReader.
Here is the caller graph for this function:
|
protected |
| const SimpleReaderBase::Properties & properties | ( | ) | const |
Definition at line 55 of file SimpleReaderBase.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedpure virtual |
Implemented in ActivityReader, InteractionReader, PersonInstanceReader, ProfileReader, Reader, ClassReader, SkillStatusReader, TaskOutcomeReader, Reader, Reader, Reader, Reader, Reader, Reader, Reader, Reader, Reader, CameraCalibrationReader, DepthImageReader, and RGBImageReader.
Here is the caller graph for this function:| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |
| void setProperties | ( | const Properties & | p | ) |
Definition at line 65 of file SimpleReaderBase.cpp.