Writer Class Reference

#include <RobotAPI/libraries/armem_objects/client/articulated_object/Writer.h>

+ Inheritance diagram for Writer:

Public Member Functions

void connect (armem::client::MemoryNameSystem &memoryNameSystem)
 
std::string getProviderName () const
 
void registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def)
 
void setProviderName (const std::string &providerName)
 
bool store (const ArticulatedObject &obj) const override
 
std::optional< armem::MemoryIDstoreClass (const ArticulatedObject &obj) const
 
bool storeInstance (const ArticulatedObject &obj) const
 
 Writer ()=default
 
 ~Writer () override=default
 
- Public Member Functions inherited from WriterInterface
virtual ~WriterInterface ()=default
 

Detailed Description

Definition at line 38 of file Writer.h.

Constructor & Destructor Documentation

◆ Writer()

Writer ( )
default

◆ ~Writer()

~Writer ( )
overridedefault

Member Function Documentation

◆ connect()

void connect ( armem::client::MemoryNameSystem memoryNameSystem)

Definition at line 50 of file Writer.cpp.

+ Here is the call graph for this function:

◆ getProviderName()

std::string getProviderName ( ) const

Definition at line 182 of file Writer.cpp.

◆ registerPropertyDefinitions()

void registerPropertyDefinitions ( armarx::PropertyDefinitionsPtr def)

Definition at line 29 of file Writer.cpp.

◆ setProviderName()

void setProviderName ( const std::string &  providerName)

Definition at line 188 of file Writer.cpp.

◆ store()

bool store ( const ArticulatedObject obj) const
overridevirtual

Implements WriterInterface.

Definition at line 263 of file Writer.cpp.

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

◆ storeClass()

std::optional< armem::MemoryID > storeClass ( const ArticulatedObject obj) const

Definition at line 133 of file Writer.cpp.

+ Here is the call graph for this function:

◆ storeInstance()

bool storeInstance ( const ArticulatedObject obj) const

Definition at line 194 of file Writer.cpp.

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

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