|
RTC Toolkit 6.0.0-pre2
|
Event Type used to signal that some entity in HRTC changed its state. More...
#include <rtctk/componentFramework/eventDefinitions.hpp>
Public Member Functions | |
| HrtcStateChangedEvent ()=default | |
| HrtcStateChangedEvent (const std::string &origin, const std::string &hrtc_entity, const std::string &hrtc_state, const TimeString &hrtc_timestamp, uint64_t hrtc_sample_id) | |
Public Member Functions inherited from rtctk::componentFramework::StateChangedEvent | |
| StateChangedEvent ()=default | |
| StateChangedEvent (const std::string &origin, const std::string &entity, const std::string &state) | |
| StateChangedEvent (const std::string &origin, const std::string &state) | |
Public Member Functions inherited from rtctk::componentFramework::CoordinationEvent | |
| CoordinationEvent ()=default | |
| CoordinationEvent (const std::string &origin) | |
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) | |
Public Attributes | |
| TimeString | hrtc_timestamp |
| uint64_t | hrtc_sample_id |
Public Attributes inherited from rtctk::componentFramework::StateChangedEvent | |
| std::string | entity |
| std::string | state |
Public Attributes inherited from rtctk::componentFramework::AbstractEvent | |
| std::string | origin |
| TimeString | time |
Additional Inherited Members | |
Static Public Attributes inherited from rtctk::componentFramework::CoordinationEvent | |
| static const std::string | TOPIC_NAME = "coordination_topic" |
Event Type used to signal that some entity in HRTC changed its state.
|
default |
| rtctk::componentFramework::HrtcStateChangedEvent::HrtcStateChangedEvent | ( | const std::string & | origin, |
| const std::string & | hrtc_entity, | ||
| const std::string & | hrtc_state, | ||
| const TimeString & | hrtc_timestamp, | ||
| uint64_t | hrtc_sample_id ) |
| uint64_t rtctk::componentFramework::HrtcStateChangedEvent::hrtc_sample_id |
| TimeString rtctk::componentFramework::HrtcStateChangedEvent::hrtc_timestamp |