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

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

#include <eventRecordingUnit.hpp>

Public Types

using sv = std::string_view
 
using DataType = ComputationStartedEvent
 
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 ComputationStartedEvent is recorded.

Deprecated

Member Typedef Documentation

◆ DataType

◆ Recorder

Initial value:
elt::mal::future< std::string > InjectReqRepEvent(StateMachineEngine &engine)
Definition malEventInjector.hpp:23

◆ sv

Member Function Documentation

◆ AsTuple()

Member Data Documentation

◆ COLUMNS

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

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