RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
rtctk::componentFramework::RecordingInfo< ConfigurationUpdatedEvent > Struct Reference

Trait class that defines how ConfigurationUpdatedEvent is recorded. More...

#include <eventRecordingUnit.hpp>

Public Types

using sv = std::string_view
 
using DataType = ConfigurationUpdatedEvent
 
using Recorder
 

Static Public Member Functions

static Recorder::TupleType AsTuple (const DataType &data)
 

Static Public Attributes

static constexpr Recorder::ColumnDescription COLUMNS
 

Detailed Description

Trait class that defines how ConfigurationUpdatedEvent is recorded.

Deprecated

Member Typedef Documentation

◆ DataType

◆ Recorder

Initial value:
CsvDataRecorder<taiclock::TaiClock::time_point::rep,
std::string,
std::string,
std::string,
std::string>

◆ sv

Member Function Documentation

◆ AsTuple()

Member Data Documentation

◆ COLUMNS

Initial value:
=
Recorder::ColumnDescription{{{sv("timestamp"), sv("")},
{sv("source_timestamp"), sv("")},
{sv("origin"), sv("")},
{sv("items"), sv("")},
{sv("state"), sv("")}}}
typename DataRecorder< T... >::ColumnDescription ColumnDescription
Definition csvDataRecorder.hpp:35
std::string_view sv
Definition eventRecordingUnit.hpp:172

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