MCPcopy Create free account
hub / github.com/Atarity/Lightpack / ApiServer

Method ApiServer

Software/src/ApiServer.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146const int ApiServer::SignalWaitTimeoutMs = 1000; // 1 second
147
148ApiServer::ApiServer(QObject *parent)
149 : QTcpServer(parent)
150{
151 initPrivateVariables();
152 initApiSetColorTask();
153 initHelpMessage();
154 initShortHelpMessage();
155}
156
157ApiServer::ApiServer(quint16 port, QObject *parent)
158 : QTcpServer(parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected