From c937dfa67410576b6b6686016e1b68833abb3ef2 Mon Sep 17 00:00:00 2001 From: AEtHeLsYn Date: Fri, 11 Mar 2016 12:32:48 +0100 Subject: [PATCH] Update JsonClientConnection.h Former-commit-id: adc564d5259638c3e79ab5a12550a89c0d719186 --- libsrc/jsonserver/JsonClientConnection.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libsrc/jsonserver/JsonClientConnection.h b/libsrc/jsonserver/JsonClientConnection.h index 01db54b1..acf58d7d 100644 --- a/libsrc/jsonserver/JsonClientConnection.h +++ b/libsrc/jsonserver/JsonClientConnection.h @@ -112,6 +112,20 @@ private: /// @param message the incoming message /// void handleTransformCommand(const Json::Value & message); + + /// + /// Handle an incoming JSON Correction message + /// + /// @param message the incoming message + /// + void handleCorrectionCommand(const Json::Value & message); + + /// + /// Handle an incoming JSON Temperature message + /// + /// @param message the incoming message + /// + void handleTemperatureCommand(const Json::Value & message); /// /// Handle an incoming JSON message of unknown type