Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -re7e4d0d8f84b61de25fe21ecf9aa11b2732b598d -rd0c2c5ec93f7fae9772c14e9aa0baec0b20ed5ce --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e7e4d0d8f84b61de25fe21ecf9aa11b2732b598d) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision d0c2c5ec93f7fae9772c14e9aa0baec0b20ed5ce) @@ -19,6 +19,7 @@ #include "Common.h" #include "MsgQueues.h" +#include "DialOutFlow.h" // ********** public definitions ********** @@ -86,8 +87,7 @@ BOOL broadcastDialInFlowData( U32 flowStPt, F32 measFlow, F32 measRotorSpd, F32 measSpd, F32 measMCSpd, F32 measMCCurr, F32 pwmDC ); // MSG_ID_DIALYSATE_UF_DATA -BOOL broadcastDialOutFlowData( S16 dialOutFlowState, S16 dialOutTotalTargetUFVolumeInMl, - S16 dialOutTotalMeasuredUFVolumeInMl, S16 dialOutControlSignalPWM ); +BOOL broadcastDialOutFlowData( DIALOUT_BROADCASTING_T *ptrBroadcastData ); // MSG_ID_DG_CHECK_IN void handleDGCheckIn( MESSAGE_T *message );