#include "../com_global.h"#include "../rt_command/command_manager.h"#include "../rt_command/command.h"#include <QDataStream>#include <QMutex>#include <QSharedPointer>#include <QString>#include <QTcpSocket>

Go to the source code of this file.
Classes | |
| class | COMLIB::RtCmdClient |
| TCP client for sending JSON commands to and receiving responses from mne_rt_server (port 4217). More... | |
Namespaces | |
| namespace | COMLIB |
| Real-time client/server communication (commands, raw data streaming). | |