1 #ifndef AUTOQTCPSOCKET_H
2 #define AUTOQTCPSOCKET_H
12 #include <QVariantList>
13 #include <QElapsedTimer>
15 #include <platform_global.h>
16 #include <transceiver.h>
36 QString interfaceAddress;
39 QTimer *timerWatchDog;
40 QElapsedTimer elapsed;
46 QList<QString> selfAdrList();
60 void SendQVList( QVariantList &vl );
63 bool SideChannelCheck(
const QVariantList &message);
65 virtual void userDataPacket(
const QVariantList &msg);
75 void Error(QAbstractSocket::SocketError socketError);
94 void SlotTimerWatchdog();
100 void SendPacket(QVariantList ba);
Definition: autoqtcpsocket.h:30
void SignedConnected(QString, int)
tells when connected to this, with peer and port
void SignedDisconnected(QString, int)
tells when disnected to this, with peer and port
void PacketReady(QString, int, QVariantList va)
Receives a slot from the other side.
The Transceiver class interprocess commununication transceiver.
Definition: transceiver.h:23
Definition: autoqtcpdistribution.cpp:10