aboutsummaryrefslogtreecommitdiffstats
path: root/mock-server/MockServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mock-server/MockServer.h')
-rw-r--r--mock-server/MockServer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mock-server/MockServer.h b/mock-server/MockServer.h
index c07cdbe..b14dda5 100644
--- a/mock-server/MockServer.h
+++ b/mock-server/MockServer.h
@@ -56,6 +56,17 @@ private:
void handleCnStatusMessagingStart (QTcpSocket *client, const QByteArray &cmd,
const QByteArray &params);
void handleCnStatusMessagingStop (QTcpSocket *client, const QByteArray &cmd);
+ /* CF_ configuration command handlers */
+ void handleCfJcSetPurgeSettings (QTcpSocket *client,
+ const QByteArray &params);
+ void handleCfJcSetJettingParams (QTcpSocket *client,
+ const QByteArray &params);
+ void handleCfPhJettingParams (QTcpSocket *client, const QByteArray &cmd,
+ const QByteArray &params);
+ void handleCfJcSetter (QTcpSocket *client, const QByteArray &params);
+ void handleCfPhSetter (QTcpSocket *client, const QByteArray &params);
+ void handleCfJcGetter (QTcpSocket *client, const QByteArray &params);
+ void handleCfPhGetter (QTcpSocket *client, const QByteArray &params);
Port m_command;
Port m_imaging;