SimpleWriterBase Class Referenceabstract

#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::WritermemoryWriter ()
 
const Propertiesproperties () const
 
virtual std::string propertyPrefix () const =0
 
void setProperties (const Properties &p)
 

Detailed Description

Definition at line 38 of file SimpleWriterBase.h.

Constructor & Destructor Documentation

◆ SimpleWriterBase()

Definition at line 8 of file SimpleWriterBase.cpp.

◆ ~SimpleWriterBase()

virtual ~SimpleWriterBase ( )
virtualdefault

Member Function Documentation

◆ connect()

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:

◆ defaultProperties()

virtual Properties defaultProperties ( ) const
protectedpure virtual

Implemented in Writer, Writer, Writer, Writer, Writer, Writer, Writer, Writer, RGBImageWriter, and ClassWriter.

+ Here is the caller graph for this function:

◆ memoryWriter()

armem::client::Writer & memoryWriter ( )
protected

Definition at line 51 of file SimpleWriterBase.cpp.

+ Here is the caller graph for this function:

◆ properties()

const SimpleWriterBase::Properties & properties ( ) const
protected

Definition at line 57 of file SimpleWriterBase.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ propertyPrefix()

virtual std::string propertyPrefix ( ) const
protectedpure virtual

Implemented in Writer, Writer, Writer, Writer, Writer, Writer, Writer, Writer, RGBImageWriter, and ClassWriter.

+ Here is the caller graph for this function:

◆ registerPropertyDefinitions()

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:

◆ setProperties()

void setProperties ( const Properties p)
protected

Definition at line 67 of file SimpleWriterBase.cpp.


The documentation for this class was generated from the following files: