RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <data_recorder.hpp>

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::Fifo * | data_source =nullptr |
Definition at line 66 of file data_recorder.hpp.
| inline |
| inline |
Definition at line 71 of file data_recorder.hpp.
| RT::OS::Fifo* DataRecorder::record_channel::data_source =nullptr |
Definition at line 70 of file data_recorder.hpp.
| IO::endpoint DataRecorder::record_channel::endpoint |
Definition at line 69 of file data_recorder.hpp.
| std::string DataRecorder::record_channel::name |
Definition at line 68 of file data_recorder.hpp.