|
RTC Toolkit 5.1.0
|
Framework-provided event definitions. More...
#include <rtctk/componentFramework/jsonPayload.hpp>#include <rtctk/componentFramework/timeString.hpp>#include <boost/core/demangle.hpp>#include <chrono>#include <set>Go to the source code of this file.
Classes | |
| struct | rtctk::componentFramework::AbstractEvent |
| Abstract Event Type that is used as a base for all events. More... | |
| struct | rtctk::componentFramework::ComputationEvent |
| Abstract Event Type that is used as a base for computation events. More... | |
| struct | rtctk::componentFramework::ComputationStartedEvent |
| Event Type used to signal that a computation has started. More... | |
| struct | rtctk::componentFramework::ComputationFinishedEvent |
| Event Type used to signal that a computation has finished. More... | |
| struct | rtctk::componentFramework::ConfigurationEvent |
| Abstract Event Type that is used as a base for configuration events. More... | |
| struct | rtctk::componentFramework::ConfigurationEvent::Item |
| Represents a single configuration item. More... | |
| struct | rtctk::componentFramework::ConfigurationUpdatedEvent |
| Event Type used to signal that configuration data items were updated in RTR. More... | |
| struct | rtctk::componentFramework::ConfigurationRetrievedEvent |
| Event Type used to signal that configuration data items were retrieved from RTR. More... | |
| struct | rtctk::componentFramework::HrtcConfigurationScheduledEvent |
| Event Type used to signal that configuration data items were scheduled to be applied in HRTC. More... | |
| struct | rtctk::componentFramework::HrtcConfigurationAppliedEvent |
| Event Type used to signal that configuration data items were applied in HRTC. More... | |
| struct | rtctk::componentFramework::CoordinationEvent |
| Abstract Event Type that is used as a base for coordination events. More... | |
| struct | rtctk::componentFramework::StateChangedEvent |
| Event Type used to signal that some entity changed its state. More... | |
| struct | rtctk::componentFramework::HrtcStateChangedEvent |
| Event Type used to signal that some entity in HRTC changed its state. More... | |
| struct | rtctk::componentFramework::AlertStatusEvent |
| Event published when alert status is changed. More... | |
| struct | rtctk::componentFramework::AlertStatusEvent::Alert |
| Represents an active alert originating from a component instance. More... | |
Namespaces | |
| namespace | rtctk |
| namespace | rtctk::componentFramework |
Framework-provided event definitions.