Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r7092920786ccf9d52c00b84c6f47ccebc4d28118 -r016cc83d64591243957b00c656d607b1fb0f1eb9 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 7092920786ccf9d52c00b84c6f47ccebc4d28118) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 016cc83d64591243957b00c656d607b1fb0f1eb9) @@ -1009,6 +1009,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