v2.0.0
Loading...
Searching...
No Matches
rt_client.h File Reference
#include "../com_global.h"
#include <fiff/fiff_info.h>
#include <QMutex>
#include <QSharedPointer>
#include <QString>
#include <QThread>
#include <Eigen/Core>
Include dependency graph for rt_client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  COMLIB::RtClient
 Threaded client that connects to mne_rt_server, retrieves measurement info, and streams raw data buffers. More...

Namespaces

namespace  COMLIB
 Real-time client/server communication (commands, raw data streaming).

Macros

#define metatype_matrixxf

Functions

 Q_DECLARE_METATYPE (Eigen::MatrixXf)

Macro Definition Documentation

◆ metatype_matrixxf

#define metatype_matrixxf

Definition at line 173 of file rt_client.h.

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( Eigen::MatrixXf )

Provides QT META type declaration of the Eigen::MatrixXf type. For signal/slot usage.