9 #include <utils/Logger.h> 10 #include <utils/ColorRgb.h> 59 void handleMessage(
const QString &message);
66 void sendMessage(
const QByteArray &message);
71 void sendLightMessage();
87 QByteArray _receiveBuffer;
93 std::vector<ColorRgb> _ledColors;
99 QString _clientAddress;
The main class of Hyperion.
Definition: Hyperion.h:57
Provide utility methods for Hyperion class.
Definition: BlackBorderDetector.h:7
The Connection object created by BoblightServer when a new connection is establshed.
Definition: BoblightClientConnection.h:18
~BoblightClientConnection()
Destructor.
Definition: BoblightClientConnection.cpp:45
The ImageProcessor translates an RGB-image to RGB-values for the leds.
Definition: ImageProcessor.h:26
void connectionClosed(BoblightClientConnection *connection)
Signal which is emitted when the connection is being closed.
BoblightClientConnection(Hyperion *hyperion, QTcpSocket *socket, const int priority)
Constructor.
Definition: BoblightClientConnection.cpp:25