|
RTC Toolkit 5.1.0
|
Event Type used to signal that some entity in HRTC changed its state. More...
#include <rtctk/componentFramework/eventDefinitions.hpp>
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 ) |
|
explicit |
| JsonPayload rtctk::componentFramework::HrtcStateChangedEvent::ToJson | ( | ) | const |
| uint64_t rtctk::componentFramework::HrtcStateChangedEvent::hrtc_sample_id |
| TimeString rtctk::componentFramework::HrtcStateChangedEvent::hrtc_timestamp |