|
|
#include <RobotAPI/libraries/armem_objects/client/attachment/Reader.h>
Public Member Functions | |
| void | connect () |
| std::vector< ArticulatedObjectAttachment > | queryArticulatedObjectAttachments (const armem::Time ×tamp) const |
| std::vector< ArticulatedObjectAttachment > | queryArticulatedObjectAttachments (const armem::Time ×tamp, const std::string &providerName) const |
| std::vector< ObjectAttachment > | queryObjectAttachments (const armem::Time ×tamp) const |
| std::vector< ObjectAttachment > | queryObjectAttachments (const armem::Time ×tamp, const std::string &providerName) const |
| Reader (armem::client::MemoryNameSystem &memoryNameSystem) | |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| virtual | ~Reader ()=default |
| Reader | ( | armem::client::MemoryNameSystem & | memoryNameSystem | ) |
Definition at line 70 of file Reader.cpp.
|
virtualdefault |
| void connect | ( | ) |
| std::vector< ArticulatedObjectAttachment > queryArticulatedObjectAttachments | ( | const armem::Time & | timestamp | ) | const |
| std::vector< ArticulatedObjectAttachment > queryArticulatedObjectAttachments | ( | const armem::Time & | timestamp, |
| const std::string & | providerName | ||
| ) | const |
| std::vector< ObjectAttachment > queryObjectAttachments | ( | const armem::Time & | timestamp | ) | const |
| std::vector< ObjectAttachment > queryObjectAttachments | ( | const armem::Time & | timestamp, |
| const std::string & | providerName | ||
| ) | const |
| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |
Definition at line 76 of file Reader.cpp.