Abstract Event Type that is used as a base for configuration events.
More...
#include <eventDefinitions.hpp>
|
static const std::string | TOPIC_NAME = "configuration_topic" |
|
Abstract Event Type that is used as a base for configuration events.
◆ ConfigurationEvent() [1/3]
rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
std::string const & |
origin, |
|
|
std::string const & |
item, |
|
|
std::string const & |
state |
|
) |
| |
|
inline |
◆ ConfigurationEvent() [2/3]
rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
std::string const & |
origin, |
|
|
std::vector< std::string > const & |
items, |
|
|
std::string const & |
state |
|
) |
| |
|
inline |
◆ ConfigurationEvent() [3/3]
rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
JsonPayload const & |
payload | ) |
|
|
inline |
◆ ToJson()
JsonPayload rtctk::componentFramework::ConfigurationEvent::ToJson |
( |
| ) |
const |
|
inline |
◆ items
std::vector<std::string> rtctk::componentFramework::ConfigurationEvent::items |
◆ state
std::string rtctk::componentFramework::ConfigurationEvent::state |
◆ TOPIC_NAME
const std::string rtctk::componentFramework::ConfigurationEvent::TOPIC_NAME = "configuration_topic" |
|
inlinestatic |
The documentation for this struct was generated from the following file: