Abstract Event Type that is used as a base for configuration events.
More...
#include <rtctk/componentFramework/eventDefinitions.hpp>
|
| struct | Item |
| | Represents a single configuration item. More...
|
| |
|
| static const std::string | TOPIC_NAME = "configuration_topic" |
| |
Abstract Event Type that is used as a base for configuration events.
◆ ItemList
◆ ConfigurationEvent() [1/5]
| rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
| ) |
|
|
default |
◆ ConfigurationEvent() [2/5]
| rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
const std::string & | origin, |
|
|
const Item & | item, |
|
|
const std::string & | state ) |
Creates event object holding a single configuration item.
◆ ConfigurationEvent() [3/5]
| rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
const std::string & | origin, |
|
|
const ItemList & | item, |
|
|
const std::string & | state ) |
Creates event object holding multiple configuration items.
◆ ConfigurationEvent() [4/5]
| rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
const std::string & | origin, |
|
|
const std::string & | item, |
|
|
const std::string & | state ) |
Creates event object holding a single configuration item without sequence_id and timestamp.
◆ ConfigurationEvent() [5/5]
| rtctk::componentFramework::ConfigurationEvent::ConfigurationEvent |
( |
const std::string & | origin, |
|
|
const std::vector< std::string > & | items, |
|
|
const std::string & | state ) |
Creates event object holding multiple configuration items without sequence_id and timestamp.
◆ items
| ItemList 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 files: