Index: firmware/App/Modes/ModePreTreat.h =================================================================== diff -u -rdb291cc22fd8f10e6e47cad468e14ed5590a94f2 -ra3f4042b73d09dd6dac075937878685f26053c0a --- firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision db291cc22fd8f10e6e47cad468e14ed5590a94f2) +++ firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision a3f4042b73d09dd6dac075937878685f26053c0a) @@ -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