Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rf4e33efe8bab2b97729a2da4f19dafc9dd39c895 -rcdea27e9528f1a98fa6740ef3bb7cc010278d7af --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f4e33efe8bab2b97729a2da4f19dafc9dd39c895) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision cdea27e9528f1a98fa6740ef3bb7cc010278d7af) @@ -1006,6 +1006,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