RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
rtctk::componentFramework::ConfigurationEvent::Item Struct Reference

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< TimeStringtimestamp
 (Optional) Timestamp of the configuration item.
 
std::optional< uint64_tsequence_id
 (Optional) SequenceId of the configuration item.
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

bool rtctk::componentFramework::ConfigurationEvent::Item::operator== ( const Item & ) const
default

Member Data Documentation

◆ name

std::string rtctk::componentFramework::ConfigurationEvent::Item::name

PathName of the configuration item.

◆ sequence_id

std::optional<uint64_t> rtctk::componentFramework::ConfigurationEvent::Item::sequence_id

(Optional) SequenceId of the configuration item.

◆ timestamp

std::optional<TimeString> rtctk::componentFramework::ConfigurationEvent::Item::timestamp

(Optional) Timestamp of the configuration item.


The documentation for this struct was generated from the following file: