RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Public Member Functions | Data Fields
DataRecorder::record_channel Struct Reference

#include <data_recorder.hpp>

Collaboration diagram for DataRecorder::record_channel:
Collaboration graph

Public Member Functions

bool operator== (const record_channel &rhs) const
 
bool operator!= (const record_channel &rhs) const
 

Data Fields

std::string name
 
IO::endpoint endpoint
 
RT::OS::Fifodata_source =nullptr
 

Detailed Description

Definition at line 66 of file data_recorder.hpp.

Member Function Documentation

◆ operator!=()

bool DataRecorder::record_channel::operator!=(const record_channelrhs)const
inline

Definition at line 76 of file data_recorder.hpp.

Here is the call graph for this function:

◆ operator==()

bool DataRecorder::record_channel::operator==(const record_channelrhs)const
inline

Definition at line 71 of file data_recorder.hpp.

Field Documentation

◆ data_source

RT::OS::Fifo* DataRecorder::record_channel::data_source =nullptr

Definition at line 70 of file data_recorder.hpp.

◆ endpoint

IO::endpoint DataRecorder::record_channel::endpoint

Definition at line 69 of file data_recorder.hpp.

◆ name

std::string DataRecorder::record_channel::name

Definition at line 68 of file data_recorder.hpp.


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