#include "../com_global.h"
#include <fiff/fiff_info.h>
#include <QMutex>
#include <QSharedPointer>
#include <QString>
#include <QThread>
#include <Eigen/Core>
Go to the source code of this file.
|
| class | COMLIB::RtClient |
| | Threaded client that connects to mne_rt_server, retrieves measurement info, and streams raw data buffers. More...
|
|
| namespace | COMLIB |
| | Real-time client/server communication (commands, raw data streaming).
|
◆ metatype_matrixxf
| #define metatype_matrixxf |
◆ Q_DECLARE_METATYPE()
| Q_DECLARE_METATYPE |
( |
Eigen::MatrixXf | | ) |
|
Provides QT META type declaration of the Eigen::MatrixXf type. For signal/slot usage.