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< CoordinationEvent > Struct Reference

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

#include <eventRecordingUnit.hpp>

Public Types

using sv = std::string_view
 
using DataType = CoordinationEvent
 
using Recorder = CsvDataRecorder<taiclock::TaiClock::time_point::rep, std::string, std::string>
 

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 CoordinationEvent is recorded.

Deprecated

Member Typedef Documentation

◆ DataType

◆ Recorder

using rtctk::componentFramework::RecordingInfo< CoordinationEvent >::Recorder = CsvDataRecorder<taiclock::TaiClock::time_point::rep, std::string, std::string>

◆ sv

Member Function Documentation

◆ AsTuple()

Member Data Documentation

◆ COLUMNS

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

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