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) override
 
std::optional< armem::MemoryIDstoreClass (const ArticulatedObject &obj)
 
bool storeInstance (const ArticulatedObject &obj)
 
 Writer ()=default
 
virtual ~Writer ()=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()

virtual ~Writer ( )
virtualdefault

Member Function Documentation

◆ connect()

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

Definition at line 49 of file Writer.cpp.

+ Here is the call graph for this function:

◆ getProviderName()

std::string getProviderName ( ) const

Definition at line 181 of file Writer.cpp.

◆ registerPropertyDefinitions()

void registerPropertyDefinitions ( armarx::PropertyDefinitionsPtr def)

Definition at line 28 of file Writer.cpp.

◆ setProviderName()

void setProviderName ( const std::string &  providerName)

Definition at line 187 of file Writer.cpp.

◆ store()

bool store ( const ArticulatedObject obj)
overridevirtual

Implements WriterInterface.

Definition at line 262 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)

Definition at line 132 of file Writer.cpp.

+ Here is the call graph for this function:

◆ storeInstance()

bool storeInstance ( const ArticulatedObject obj)

Definition at line 193 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: