RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
Data Structures | |
struct | data_token_t |
struct | record_channel |
class | Component |
class | Panel |
class | Plugin |
Typedefs | |
typedef struct DataRecorder::data_token_t | data_token_t |
typedef struct DataRecorder::record_channel | record_channel |
Functions | |
std::vector< Widgets::Variable::Info > | get_default_vars () |
std::vector< IO::channel_t > | get_default_channels () |
std::unique_ptr< Widgets::Plugin > | createRTXIPlugin (Event::Manager *ev_manager) |
Widgets::Panel * | createRTXIPanel (QMainWindow *mwindow, Event::Manager *ev_manager) |
std::unique_ptr< Widgets::Component > | createRTXIComponent (Widgets::Plugin *host_plugin) |
Widgets::FactoryMethods | getFactories () |
Variables | |
constexpr size_t | DEFAULT_BUFFER_SIZE = 10000 * sizeof(data_token_t) |
constexpr std::string_view | MODULE_NAME = "Data Recorder" |
typedef struct DataRecorder::data_token_t DataRecorder::data_token_t |
typedef struct DataRecorder::record_channel DataRecorder::record_channel |
std::unique_ptr< Widgets::Component > DataRecorder::createRTXIComponent | ( | Widgets::Plugin * | host_plugin | ) |
Definition at line 926 of file data_recorder.cpp.
Widgets::Panel * DataRecorder::createRTXIPanel | ( | QMainWindow * | mwindow, |
Event::Manager * | ev_manager | ||
) |
Definition at line 919 of file data_recorder.cpp.
std::unique_ptr< Widgets::Plugin > DataRecorder::createRTXIPlugin | ( | Event::Manager * | ev_manager | ) |
Definition at line 913 of file data_recorder.cpp.
| inline |
Definition at line 57 of file data_recorder.hpp.
| inline |
Definition at line 52 of file data_recorder.hpp.
Widgets::FactoryMethods DataRecorder::getFactories | ( | ) |
| constexpr |
Definition at line 49 of file data_recorder.hpp.
| constexpr |
Definition at line 50 of file data_recorder.hpp.