Index: firmware/App/Modes/ModePreTreat.h =================================================================== diff -u -r736cc5b56cc9c784ab1d8fc8687a73d190c35759 -rf373b6c38077c7e6071939e702fab65db58c1146 --- firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision 736cc5b56cc9c784ab1d8fc8687a73d190c35759) +++ firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision f373b6c38077c7e6071939e702fab65db58c1146) @@ -63,6 +63,9 @@ void signalAllowDGFillRes1( void ); // Signal that indicates the HD may begin filling reservoir 1 (after flushes completed) void signalAllowDGFillRes2( void ); // Signal that indicates the HD may begin filling reservoir 2 (after flushes completed) +// Set the trimmer heating parameters +void setPreTreatmentHeatingParams( F32 targetTempC, U32 targetVolML, F32 targetFillFlowLPM, U32 dialysateFlowMLPM ); + void signalAlarmActionToPreTreatmentMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for pre-treatment mode BOOL getReservoirFillStatus( DG_RESERVOIR_ID_T reservoirID ); // Get the fill complete status for given reservoir