|
void | onConnected () |
|
void | onReadyRead (void) |
|
void | onBytesWritten (qint64 bytes) |
|
void | onDisconnected (void) |
|
void | onSocketError (QAbstractSocket::SocketError socketError) |
|
void | onStateChanged (QAbstractSocket::SocketState socketState) |
|
void | onHasMessageToSend (const std::vector< uint8_t > out) const |
|
|
void | disconnected (Connection *) |
|
void | messageReceived (const Connection &) |
|
void | readyRead (void) |
|
void | hasMessageToSend (const std::vector< uint8_t > out) const |
|
|
| Connection (QTcpSocket &_tcpSocket) |
|
void | send (const std::vector< uint8_t > &out) const |
|
void | sendMessage (const QByteArray &outgoingMessage) const |
|
void | recvMessage (QByteArray &recvBuffer) const |
|
const QByteArray & | recvMessage (void) const |
|
void | sendAsync (const std::vector< uint8_t > &out) const |
|
|
static bool | isTestClient (uint32_t clientId) |
|
static bool | isXREClient (uint32_t clientId) |
|
static bool | isTunerAgentClient (uint32_t clientId) |
|
static bool | isTRMDiagClient (uint32_t clientId) |
|
static bool | isSDVAgentClient (uint32_t clientId) |
|
|
static const uint32_t | kInvalidClientId = (~0) |
|
static const uint32_t | kRecorderClientId = 0XFFFFFF00 |
|
static const uint32_t | kTunerAgentId = 0XFFFFFF02 |
|
static const uint32_t | kSDVAgentId = 0XFFFFFF03 |
|
static const uint32_t | kTRMMgrClientId = 0XFFFFFF04 |
|
static const uint32_t | kTrmClientId = 0x00000000 |
|
static const uint32_t | kTrmMonitorId = 0xFFFFFFF0 |
|
|
QAbstractSocket & | getSocket (void) |
|
Definition at line 43 of file Connection.h.
The documentation for this class was generated from the following files: