|
RTC Toolkit 5.1.0
|
Represents a single configuration item. More...
#include <eventDefinitions.hpp>
Public Member Functions | |
| bool | operator== (const Item &) const =default |
Public Attributes | |
| std::string | name |
| PathName of the configuration item. | |
| std::optional< TimeString > | timestamp |
| (Optional) Timestamp of the configuration item. | |
| std::optional< uint64_t > | sequence_id |
| (Optional) SequenceId of the configuration item. | |
Represents a single configuration item.
Note that attributes sequence_id and timestmap are optional.
Note that the set {name, sequence_id} can be assumed to be unique.
| std::string rtctk::componentFramework::ConfigurationEvent::Item::name |
PathName of the configuration item.
| std::optional<uint64_t> rtctk::componentFramework::ConfigurationEvent::Item::sequence_id |
(Optional) SequenceId of the configuration item.
| std::optional<TimeString> rtctk::componentFramework::ConfigurationEvent::Item::timestamp |
(Optional) Timestamp of the configuration item.