Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r161503f32e66083ed9c6c16091d6e669d2ba15d9 -r747c714d2b4f80b598a66326d62a179aeefda390 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 161503f32e66083ed9c6c16091d6e669d2ba15d9) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 747c714d2b4f80b598a66326d62a179aeefda390) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.h * -* @author (last) Dara Navaei -* @date (last) 06-Feb-2024 +* @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 @@ -1009,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