Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r8000e5d68a7a0ed6d1b43d8e6778a246ff0d8e72 -r1942c708bc95f57e87b0bf6a472ebe824a3f38ed --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8000e5d68a7a0ed6d1b43d8e6778a246ff0d8e72) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 1942c708bc95f57e87b0bf6a472ebe824a3f38ed) @@ -21,6 +21,7 @@ #include "HDCommon.h" #include "AirTrap.h" #include "BloodFlow.h" +#include "BloodPrime.h" #include "DGInterface.h" #include "DialInFlow.h" #include "DialOutFlow.h" @@ -250,6 +251,9 @@ // MSG_ID_HD_RINSEBACK_PROGRESS BOOL broadcastRinsebackData( RINSEBACK_DATA_PAYLOAD_T data ); +// MSG_ID_HD_BLOOD_PRIME_PROGRESS +BOOL broadcastBloodPrimeData( BLOOD_PRIME_DATA_PAYLOAD_T data ); + // MSG_ID_HD_AIR_TRAP_DATA BOOL broadcastAirTrapData( AIR_TRAP_LEVELS_T lowerLevel, AIR_TRAP_LEVELS_T upperLevel );