11#include <QtWebSockets/QWebSocket>
14#include "ekos/manager.h"
15#include "nodemanager.h"
27 virtual ~Cloud() =
default;
29 bool isConnected()
const;
30 void registerCameras();
46 void onDisconnected();
49 void onTextReceived(
const QString &message);
55 Ekos::Manager * m_Manager {
nullptr };
61 bool m_sendBlobs {
true};
64 static const uint16_t HB_WIDTH = 640;
66 static const uint8_t HB_IMAGE_QUALITY = 76;
68 static const uint8_t HB_VIDEO_QUALITY = 64;
71 static const uint16_t METADATA_PACKET = 2048;
74 static const uint16_t RECONNECT_INTERVAL = 5000;
76 static const uint16_t RECONNECT_MAX_TRIES = 720;
Generic record interfaces and implementations.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.