|
#include <armarx/navigation/memory/client/events/Writer.h>
Public Member Functions | |
Properties | defaultProperties () const override |
std::string | propertyPrefix () const override |
bool | store (const core::GlobalPlanningFailedEvent &event, const std::string &clientID) |
bool | store (const core::GoalReachedEvent &event, const std::string &clientID) |
bool | store (const core::InternalErrorEvent &event, const std::string &clientID) |
bool | store (const core::LocalPlanningFailedEvent &event, const std::string &clientID) |
bool | store (const core::MovementStartedEvent &event, const std::string &clientID) |
bool | store (const core::SafetyStopTriggeredEvent &event, const std::string &clientID) |
bool | store (const core::SafetyThrottlingTriggeredEvent &event, const std::string &clientID) |
bool | store (const core::UserAbortTriggeredEvent &event, const std::string &clientID) |
bool | store (const core::WaypointReachedEvent &event, 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 |
Additional Inherited Members | |
Protected Member Functions inherited from SimpleWriterBase | |
armem::client::Writer & | memoryWriter () |
const Properties & | properties () const |
void | setProperties (const Properties &p) |
|
overridevirtual |
Implements SimpleWriterBase.
Definition at line 24 of file Writer.cpp.
|
overridevirtual |
Implements SimpleWriterBase.
Definition at line 18 of file Writer.cpp.
bool store | ( | const core::GlobalPlanningFailedEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 86 of file Writer.cpp.
bool store | ( | const core::GoalReachedEvent & | event, |
const std::string & | clientID | ||
) |
bool store | ( | const core::InternalErrorEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 79 of file Writer.cpp.
bool store | ( | const core::LocalPlanningFailedEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 93 of file Writer.cpp.
bool store | ( | const core::MovementStartedEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 101 of file Writer.cpp.
bool store | ( | const core::SafetyStopTriggeredEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 122 of file Writer.cpp.
bool store | ( | const core::SafetyThrottlingTriggeredEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 115 of file Writer.cpp.
bool store | ( | const core::UserAbortTriggeredEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 108 of file Writer.cpp.
bool store | ( | const core::WaypointReachedEvent & | event, |
const std::string & | clientID | ||
) |
Definition at line 72 of file Writer.cpp.