Update JsonClientConnection.h

Former-commit-id: adc564d5259638c3e79ab5a12550a89c0d719186
This commit is contained in:
AEtHeLsYn 2016-03-11 12:32:48 +01:00
parent a5e042225e
commit c937dfa674
1 changed files with 14 additions and 0 deletions

View File

@ -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