|
RTC Toolkit 5.1.0
|
Abstract Event Type that is used as a base for coordination events. More...
#include <rtctk/componentFramework/eventDefinitions.hpp>
Public Member Functions | |
| CoordinationEvent ()=default | |
| CoordinationEvent (const std::string &origin) | |
| CoordinationEvent (const JsonPayload &j) | |
| JsonPayload | ToJson () const |
Public Member Functions inherited from rtctk::componentFramework::AbstractEvent | |
| AbstractEvent ()=default | |
| virtual | ~AbstractEvent ()=default |
| AbstractEvent (const std::string &origin) | |
| AbstractEvent (const std::string &origin, const TimeString &time) | |
| AbstractEvent (const JsonPayload &j) | |
| JsonPayload | ToJson () const |
Static Public Attributes | |
| static const std::string | TOPIC_NAME = "coordination_topic" |
Additional Inherited Members | |
Public Attributes inherited from rtctk::componentFramework::AbstractEvent | |
| std::string | origin |
| TimeString | time |
Abstract Event Type that is used as a base for coordination events.
|
default |
|
explicit |
|
explicit |
| JsonPayload rtctk::componentFramework::CoordinationEvent::ToJson | ( | ) | const |
|
inlinestatic |