9 #ifndef lgrTimeCommandFactory_H_
10 #define lgrTimeCommandFactory_H_
18 class DtCommandDefinition;
39 static DtResponse createStartStopTimesChangedResponse(
42 static void decodeStartStopTimesChangedResponse(
DtResponse response,
46 static DtResponse createCurrentTimeChangedResponse(
49 static void decodeCurrentTimeChangedResponse(
DtResponse response,
53 static DtResponse createFirstLastTimesChangedResponse(
56 static void decodeFirstLastTimesChangedResponse(
DtResponse response,
60 static const char* commandToString(
int commandId);
63 static const char* responseToString(
int responseId);