|
#include <armarx/navigation/memory/client/stack_result/Writer.h>
Public Member Functions | |
bool | store (const armarx::navigation::global_planning::GlobalPlannerResult &result, const std::string &clientID) |
bool | store (const armarx::navigation::local_planning::LocalPlannerResult &result, const std::string &clientID) |
bool | store (const server::StackResult &result, const std::string &clientID) |
Public Member Functions inherited from SimpleWriterBase | |
void | connect (armarx::armem::client::MemoryNameSystem &mns) |
void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
SimpleWriterBase () | |
virtual | ~SimpleWriterBase ()=default |
Protected Member Functions | |
Properties | defaultProperties () const override |
std::string | propertyPrefix () const override |
Protected Member Functions inherited from SimpleWriterBase | |
armem::client::Writer & | memoryWriter () |
const Properties & | properties () const |
void | setProperties (const Properties &p) |
|
overrideprotectedvirtual |
Implements SimpleWriterBase.
Definition at line 128 of file Writer.cpp.
|
overrideprotectedvirtual |
Implements SimpleWriterBase.
Definition at line 122 of file Writer.cpp.
bool store | ( | const armarx::navigation::global_planning::GlobalPlannerResult & | result, |
const std::string & | clientID | ||
) |
bool store | ( | const armarx::navigation::local_planning::LocalPlannerResult & | result, |
const std::string & | clientID | ||
) |
bool store | ( | const server::StackResult & | result, |
const std::string & | clientID | ||
) |
Definition at line 16 of file Writer.cpp.