|
|
#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 |
Here is the call graph for this function:| void connect | ( | ) |
Definition at line 90 of file Reader.cpp.
| 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.