Details coming soon.

This commit is contained in:
Paulchen-Panther
2018-12-27 23:11:32 +01:00
parent e3be03ea73
commit d762aa2f3e
186 changed files with 6156 additions and 5444 deletions

View File

@@ -19,8 +19,6 @@
#include "message.pb.h"
#include "protoserver/ProtoConnection.h"
class ImageProcessor;
///
/// The Connection object created by a ProtoServer when a new connection is establshed
///
@@ -128,9 +126,6 @@ private:
/// The TCP-Socket that is connected tot the Proto-client
QTcpSocket * _socket;
/// The processor for translating images to led-values
ImageProcessor * _imageProcessor;
/// Link to Hyperion for writing led-values to a priority channel
Hyperion * _hyperion;
@@ -139,8 +134,6 @@ private:
int _priority;
QString _priorityChannelName;
/// address of client
QString _clientAddress;
};