|
|
#include <RobotAPI/libraries/armem_grasping/client/KnownGraspCandidateReader.h>
Public Member Functions | |
| void | connect (armem::client::MemoryNameSystem &memoryNameSystem) |
| std::optional< armem::grasping::arondto::KnownGraspInfo > | queryKnownGraspInfo (const armem::wm::Memory &memory, const armem::Time &) |
| std::optional< armem::grasping::arondto::KnownGraspInfo > | queryKnownGraspInfoByEntityName (const std::string &, const armem::Time &) |
| Reader ()=default | |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| virtual | ~Reader ()=default |
Definition at line 35 of file KnownGraspCandidateReader.h.
|
default |
|
virtualdefault |
| void connect | ( | armem::client::MemoryNameSystem & | memoryNameSystem | ) |
Definition at line 36 of file KnownGraspCandidateReader.cpp.
Here is the call graph for this function:| std::optional< armem::grasping::arondto::KnownGraspInfo > queryKnownGraspInfo | ( | const armem::wm::Memory & | memory, |
| const armem::Time & | |||
| ) |
Definition at line 53 of file KnownGraspCandidateReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::optional< armarx::armem::grasping::arondto::KnownGraspInfo > queryKnownGraspInfoByEntityName | ( | const std::string & | entityName, |
| const armem::Time & | timestamp | ||
| ) |
Definition at line 71 of file KnownGraspCandidateReader.cpp.
Here is the call graph for this function:| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |
Definition at line 22 of file KnownGraspCandidateReader.cpp.