Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rbb643418e1f0c59ca3ee75c642aaa1f31850069e -r747c714d2b4f80b598a66326d62a179aeefda390 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision bb643418e1f0c59ca3ee75c642aaa1f31850069e) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 747c714d2b4f80b598a66326d62a179aeefda390) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.h * -* @author (last) Michael Garthwaite -* @date (last) 04-Oct-2023 +* @author (last) Vinayakam Mani +* @date (last) 23-Feb-2024 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -558,6 +558,9 @@ // MSG_ID_DG_SEND_RO_PERMEATE_SAMPLE_DISPENSE_READY_TO_HD void handleReceiveROPermeateSampleReadyToDispenseFromDG( MESSAGE_T* message ); +// MSG_ID_UI_INSTITUTIONAL_RECORD_REQUEST +void sendInstitutionalRecordToUI( MESSAGE_T* message ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -721,6 +724,9 @@ // MSG_ID_HD_AIR_TRAP_LEVEL_SENSOR_OVERRIDE void handleSetAirTrapLevelSensorOverrideRequest( MESSAGE_T *message ); +// MSG_ID_HD_RAW_AIR_TRAP_LEVEL_SENSOR_OVERRIDE +void handleSetRawAirTrapLevelSensorOverrideRequest( MESSAGE_T *message ); + // MSG_ID_HD_FLUID_LEAK_SEND_INTERVAL_OVERRIDE void handleSetFluidLeakBroadcastIntervalOverrideRequest( MESSAGE_T *message ); @@ -1006,6 +1012,15 @@ // MSG_ID_HD_RECIRULATION_PCT_OVERRIDE void handleTestHDRecirulationPctOverrideRequest( MESSAGE_T* message ); +// MSG_ID_HD_GET_INSTITUTIONAL_RECORD +void handleGetHDInstitutionalRecord( MESSAGE_T *message ); + +// MSG_ID_HD_SEND_INSTITUTIONAL_RECORD +BOOL sendHDInstitutionalRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* srvcRcrdAddress ); + +// MSG_ID_HD_SET_INSTITUTIONAL_RECORD +void handleSetHDInstitutionalRecord( MESSAGE_T *message ); + /**@}*/ #endif