Index: sources/gui/guiglobals.h =================================================================== diff -u -r44a85c96ab55e424866ec4cca0270aa218355f82 -rc71deaab48699cffdf9db816dfac2778d79c2238 --- sources/gui/guiglobals.h (.../guiglobals.h) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) +++ sources/gui/guiglobals.h (.../guiglobals.h) (revision c71deaab48699cffdf9db816dfac2778d79c2238) @@ -40,6 +40,8 @@ * *** then it can be compared exactly the way it is with no conversion.***\n */ enum GuiActionsType_Enum /*: quint16 QML doesn't support enum types */ { + // necessary to add CreateTreatment here? We're saving to filesystem, but what might we need to tell the HD + // when a new treatment is created? Unknown = 0x0000, PowerOff = 0x0100, @@ -54,8 +56,11 @@ AlarmTriggered = 0x0300, AlarmCleared = 0x0400, AlarmSilenceReq = 0x2F00, // 47 - Not implemented yet on FW side - AlarmSilenceRsp = 0x3000, // 48 - Not implemented yet on FW side + AlarmSilenceRsp = 0x3000, // 48 - TODO: As per conversation with Sean this can be deleted. + CreateTreatmentReq = 0x3500, // 53 - Not implemented yet on FW side + CreateTreatmentRsp = 0x3600, // 54 - Not implemented yet on FW side + LoadCellReadings = 0x0C00, PressureOcclusion = 0x0900,