|
trikRuntime
|
#include <QtCore/QObject>#include <QtCore/QScopedPointer>#include <QtCore/QTimer>#include <QtNetwork/QTcpSocket>#include <QtNetwork/QHostAddress>#include "declSpec.h"

Go to the source code of this file.
Classes | |
| class | trikNetwork::Connection |
| Abstract class that serves one client of TrikServer. More... | |
Namespaces | |
| trikNetwork | |
Enumerations | |
| enum | trikNetwork::Protocol { trikNetwork::Protocol::messageLength, trikNetwork::Protocol::endOfLineSeparator } |
| Connection protocol variants. More... | |
| enum | trikNetwork::Heartbeat { trikNetwork::Heartbeat::use, trikNetwork::Heartbeat::dontUse } |
| Heartbeat protocol option. More... | |