|
#include <RobotAPI/libraries/armem_objects/client/articulated_object/ArticulatedObjectWriter.h>
Public Member Functions | |
bool | storeArticulatedObject (const VirtualRobot::RobotPtr &articulatedObject, const armem::Time ×tamp, bool isStatic=false) |
Stores the articulated object in the memory. More... | |
bool | storeArticulatedObjectWithObjectClass (const VirtualRobot::RobotPtr &articulatedObject, const armem::Time ×tamp, bool isStatic=false) |
Stores the articulated object. More... | |
Writer ()=default | |
![]() | |
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, bool isStatic) const override |
std::optional< armem::MemoryID > | storeClass (const ArticulatedObject &obj) const |
bool | storeInstance (const ArticulatedObject &obj, bool isStatic) const |
Writer ()=default | |
~Writer () override=default | |
![]() | |
virtual | ~WriterInterface ()=default |
Definition at line 12 of file ArticulatedObjectWriter.h.
bool storeArticulatedObject | ( | const VirtualRobot::RobotPtr & | articulatedObject, |
const armem::Time & | timestamp, | ||
bool | isStatic = false |
||
) |
Stores the articulated object in the memory.
Definition at line 89 of file ArticulatedObjectWriter.cpp.
bool storeArticulatedObjectWithObjectClass | ( | const VirtualRobot::RobotPtr & | articulatedObject, |
const armem::Time & | timestamp, | ||
bool | isStatic = false |
||
) |
Stores the articulated object.
If the object class in unknown, it will also be stored in the corresponding class core segment.
Definition at line 74 of file ArticulatedObjectWriter.cpp.
|
default |