Reader Class Reference

#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
 

Detailed Description

Definition at line 35 of file KnownGraspCandidateReader.h.

Constructor & Destructor Documentation

◆ Reader()

Reader ( )
default

◆ ~Reader()

virtual ~Reader ( )
virtualdefault

Member Function Documentation

◆ connect()

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

Definition at line 38 of file KnownGraspCandidateReader.cpp.

+ Here is the call graph for this function:

◆ queryKnownGraspInfo()

std::optional< armem::grasping::arondto::KnownGraspInfo > queryKnownGraspInfo ( const armem::wm::Memory memory,
const armem::Time  
)

Definition at line 55 of file KnownGraspCandidateReader.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ queryKnownGraspInfoByEntityName()

std::optional< armarx::armem::grasping::arondto::KnownGraspInfo > queryKnownGraspInfoByEntityName ( const std::string &  entityName,
const armem::Time timestamp 
)

Definition at line 73 of file KnownGraspCandidateReader.cpp.

+ Here is the call graph for this function:

◆ registerPropertyDefinitions()

void registerPropertyDefinitions ( armarx::PropertyDefinitionsPtr def)

Definition at line 24 of file KnownGraspCandidateReader.cpp.


The documentation for this class was generated from the following files: