|
#include <armarx/navigation/memory/client/stack_result/Reader.h>
Classes | |
struct | GlobalPlannerResult |
struct | LocalPlannerResult |
struct | Query |
Public Member Functions | |
Properties | defaultProperties () const override |
std::string | propertyPrefix () const override |
GlobalPlannerResult | queryGlobalPlannerResult (const Query &query) |
LocalPlannerResult | queryLocalPlannerResult (const Query &query) |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from SimpleReaderBase | |
const armem::client::Reader & | memoryReader () const |
|
overridevirtual |
Implements SimpleReaderBase.
Definition at line 69 of file Reader.cpp.
|
overridevirtual |
Implements SimpleReaderBase.
Definition at line 63 of file Reader.cpp.
GlobalPlannerResult queryGlobalPlannerResult | ( | const Query & | query | ) |
armarx::navigation::memory::client::stack_result::Reader::LocalPlannerResult queryLocalPlannerResult | ( | const Query & | query | ) |