Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r766708fceb0bdf1af8c7897df29d4f5036bfd3db -re65a2e67337ef5fff12de02db85ba101305fb006 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 766708fceb0bdf1af8c7897df29d4f5036bfd3db) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e65a2e67337ef5fff12de02db85ba101305fb006) @@ -24,7 +24,8 @@ #include "DGInterface.h" #include "DialInFlow.h" #include "DialOutFlow.h" -#include "Dialysis.h" +#include "Dialysis.h" +#include "Prime.h" #include "ModeTreatment.h" #include "MsgQueues.h" #include "NVDataMgmt.h" @@ -237,6 +238,9 @@ // MSG_ID_HD_AIR_TRAP_DATA BOOL broadcastAirTrapData( AIR_TRAP_LEVELS_T lowerLevel, AIR_TRAP_LEVELS_T upperLevel ); +// MSG_ID_HD_PRIMING_STATUS_DATA +BOOL broadcastPrimeData( PRIMING_DATA_PAYLOAD_T *primeDataPtr ); + #ifdef EMC_TEST_BUILD // MSG_ID_CAN_ERROR_COUNT BOOL broadcastCANErrorCount( U32 count );