Implemented history writer
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "UDPSourceSession.h"
|
||||
#include "WSServer.h"
|
||||
#include "TriggerEngine.h"
|
||||
#include "HistoryWriter.h"
|
||||
|
||||
namespace StreamHub {
|
||||
|
||||
@@ -140,6 +141,8 @@ private:
|
||||
void HandleTrigStop(const char *json);
|
||||
void HandleSetTrigger(const char *json);
|
||||
void HandleZoom(const char *json, uint32 slotIdx);
|
||||
void HandleHistoryZoom(const char *json, uint32 slotIdx);
|
||||
void HandleHistoryInfo(uint32 slotIdx);
|
||||
void HandleSetMaxPoints(const char *json);
|
||||
void HandlePing(uint32 slotIdx);
|
||||
|
||||
@@ -186,6 +189,7 @@ private:
|
||||
|
||||
WSServer wsServer_;
|
||||
TriggerEngine trigger_;
|
||||
HistoryWriter history_;
|
||||
|
||||
/* Configuration */
|
||||
uint16 wsPort_;
|
||||
|
||||
Reference in New Issue
Block a user