Writer Class Reference

#include <armarx/navigation/memory/client/events/Writer.h>

+ Inheritance diagram for Writer:

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::WritermemoryWriter ()
 
const Propertiesproperties () const
 
void setProperties (const Properties &p)
 

Detailed Description

Definition at line 35 of file Writer.h.

Member Function Documentation

◆ defaultProperties()

Writer::Properties defaultProperties ( ) const
overridevirtual

Implements SimpleWriterBase.

Definition at line 24 of file Writer.cpp.

◆ propertyPrefix()

std::string propertyPrefix ( ) const
overridevirtual

Implements SimpleWriterBase.

Definition at line 18 of file Writer.cpp.

◆ store() [1/9]

bool store ( const core::GlobalPlanningFailedEvent event,
const std::string &  clientID 
)

Definition at line 86 of file Writer.cpp.

◆ store() [2/9]

bool store ( const core::GoalReachedEvent event,
const std::string &  clientID 
)

Definition at line 65 of file Writer.cpp.

+ Here is the caller graph for this function:

◆ store() [3/9]

bool store ( const core::InternalErrorEvent event,
const std::string &  clientID 
)

Definition at line 79 of file Writer.cpp.

◆ store() [4/9]

bool store ( const core::LocalPlanningFailedEvent event,
const std::string &  clientID 
)

Definition at line 93 of file Writer.cpp.

◆ store() [5/9]

bool store ( const core::MovementStartedEvent event,
const std::string &  clientID 
)

Definition at line 101 of file Writer.cpp.

◆ store() [6/9]

bool store ( const core::SafetyStopTriggeredEvent event,
const std::string &  clientID 
)

Definition at line 122 of file Writer.cpp.

◆ store() [7/9]

bool store ( const core::SafetyThrottlingTriggeredEvent event,
const std::string &  clientID 
)

Definition at line 115 of file Writer.cpp.

◆ store() [8/9]

bool store ( const core::UserAbortTriggeredEvent event,
const std::string &  clientID 
)

Definition at line 108 of file Writer.cpp.

◆ store() [9/9]

bool store ( const core::WaypointReachedEvent event,
const std::string &  clientID 
)

Definition at line 72 of file Writer.cpp.


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