MIRA
Public Member Functions | Public Attributes | List of all members
TapeRecorder::ChannelInfo Class Reference

Informations about a recorded channel. More...

#include <fw/TapeRecorder.h>

Inheritance diagram for TapeRecorder::ChannelInfo:
Inheritance graph
[legend]

Public Member Functions

 ChannelInfo ()
 
template<typename Reflector >
void reflect (Reflector &r)
 

Public Attributes

Time expected
 
uint64 recordCounter
 
TypeMetaPtr meta
 
MetaTypeDatabase metaDB
 
PerformanceStatistics stats
 
std::list< BinarySerializerCodecPtrcodecs
 
int compressionLevel
 
Duration interval
 
bool avoidDataLoss
 

Detailed Description

Informations about a recorded channel.

Constructor & Destructor Documentation

◆ ChannelInfo()

ChannelInfo ( )
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inlineinherited

Member Data Documentation

◆ expected

Time expected

◆ recordCounter

uint64 recordCounter

◆ meta

◆ metaDB

◆ stats

◆ codecs

std::list<BinarySerializerCodecPtr> codecs
inherited

◆ compressionLevel

int compressionLevel
inherited

◆ interval

Duration interval
inherited

◆ avoidDataLoss

bool avoidDataLoss
inherited

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