MNE-CPP
beta 1.0
|
The CollectorSocket class provides .... More...
#include <collectorsocket.h>
Public Member Functions | |
CollectorSocket (QObject *parent=0) | |
bool | open () |
bool | isMeasuring () |
int | getMaxBuflen () |
int | setMaxBuflen (int maxbuflen) |
bool | server_command (const QString &p_sCommand) |
bool | server_login (const QString &p_sCollectorPass, const QString &p_sMyName) |
bool | server_send (QString &p_sDataSend, QByteArray &p_dataOut, int p_iInputFlag=DACQ_DRAIN_INPUT) |
bool | server_start () |
bool | server_stop () |
The CollectorSocket class provides ....
DECLARE CLASS CollectorSocket
Definition at line 70 of file collectorsocket.h.
CollectorSocket::CollectorSocket | ( | QObject * | parent = 0 | ) |
Constructs a acquisition Server.
Definition at line 65 of file collectorsocket.cpp.
int CollectorSocket::getMaxBuflen | ( | ) |
Query the current buffer length of the Elekta acquisition system
Definition at line 122 of file collectorsocket.cpp.
|
inline |
bool CollectorSocket::open | ( | ) |
bool CollectorSocket::server_command | ( | const QString & | p_sCommand | ) |
Definition at line 182 of file collectorsocket.cpp.
bool CollectorSocket::server_login | ( | const QString & | p_sCollectorPass, |
const QString & | p_sMyName | ||
) |
Definition at line 207 of file collectorsocket.cpp.
bool CollectorSocket::server_send | ( | QString & | p_sDataSend, |
QByteArray & | p_dataOut, | ||
int | p_iInputFlag = DACQ_DRAIN_INPUT |
||
) |
Definition at line 225 of file collectorsocket.cpp.
bool CollectorSocket::server_start | ( | ) |
Definition at line 254 of file collectorsocket.cpp.
bool CollectorSocket::server_stop | ( | ) |
Definition at line 272 of file collectorsocket.cpp.
int CollectorSocket::setMaxBuflen | ( | int | maxbuflen | ) |