|
|
#include <RobotAPI/libraries/armem_objects/client/class/ClassReader.h>
Inheritance diagram for ClassReader:Public Member Functions | |
| ClassReader ()=default | |
| std::map< armarx::ObjectID, armem::clazz::ObjectClass > | getAllObjectClasses () |
| std::optional< armem::clazz::ObjectClass > | getObjectClass (const std::string &providerName, const armarx::ObjectID &id) |
| std::map< armarx::ObjectID, armem::clazz::ObjectClass > | getObjectClasses (const std::vector< armarx::ObjectID > &objectIDs) |
| Get object class information for object class IDs. More... | |
Public Member Functions inherited from SimpleReaderBase | |
| virtual void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| const Properties & | properties () const |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| void | setProperties (const Properties &p) |
| SimpleReaderBase () | |
| virtual | ~SimpleReaderBase ()=default |
Protected Member Functions | |
| Properties | defaultProperties () const final |
| std::string | propertyPrefix () const final |
Protected Member Functions inherited from SimpleReaderBase | |
| const armem::client::Reader & | memoryReader () const |
Definition at line 32 of file ClassReader.h.
|
default |
|
finalprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 111 of file ClassReader.cpp.
| std::map< ObjectID, armem::clazz::ObjectClass > getAllObjectClasses | ( | ) |
| std::optional< armem::clazz::ObjectClass > getObjectClass | ( | const std::string & | providerName, |
| const armarx::ObjectID & | id | ||
| ) |
| std::map< ObjectID, armem::clazz::ObjectClass > getObjectClasses | ( | const std::vector< armarx::ObjectID > & | objectIDs | ) |
Get object class information for object class IDs.
| objectIDs | The object class IDs. |
| armarx::armem::error::QueryFailed | If the memory query failed. |
Definition at line 35 of file ClassReader.cpp.
Here is the call graph for this function:
|
finalprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 105 of file ClassReader.cpp.