RTXI 2.4 The Real-Time eXperiment Interface Documentation |
#include <compiler.h>
#include <rtxi_config.h>
#include <cstring>
#include <string>
#include <unistd.h>
#include <debug.h>
#include <main_window.h>
#include <sstream>
#include <workspace.h>
#include <data_recorder.h>
#include <iostream>
#include <pthread.h>
Go to the source code of this file.
Data Structures | |
struct | param_hdf_t |
struct | find_daq_t |
Macros | |
#define | QFileExistsEvent (QEvent::User+0) |
#define | QSetFileNameEditEvent (QEvent::User+1) |
#define | QDisableGroupsEvent (QEvent::User+2) |
#define | QEnableGroupsEvent (QEvent::User+3) |
#define | TAG_SIZE 1024 |
Functions | |
QDebug | operator<< (QDebug str, const QEvent *ev) |
Plugin::Object * | createRTXIPlugin (void *) |
#define QDisableGroupsEvent (QEvent::User+2) |
Definition at line 34 of file data_recorder.cpp.
#define QEnableGroupsEvent (QEvent::User+3) |
Definition at line 35 of file data_recorder.cpp.
#define QFileExistsEvent (QEvent::User+0) |
Definition at line 32 of file data_recorder.cpp.
#define QSetFileNameEditEvent (QEvent::User+1) |
Definition at line 33 of file data_recorder.cpp.
#define TAG_SIZE 1024 |
Definition at line 37 of file data_recorder.cpp.
Plugin::Object* createRTXIPlugin | ( | void * | ) |
QDebug operator<< | ( | QDebug | str, |
const QEvent * | ev | ||
) |
Definition at line 46 of file data_recorder.cpp.