Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r0563950b76967db544ca2d17fe2b1008ca13b41b -r747c714d2b4f80b598a66326d62a179aeefda390 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 0563950b76967db544ca2d17fe2b1008ca13b41b) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 747c714d2b4f80b598a66326d62a179aeefda390) @@ -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