Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r9b262ba08e3180f121c3cf19d8d25e565183f87d -r04334ed8d1e927939718b1d62fb01afef0a2b9a9 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 9b262ba08e3180f121c3cf19d8d25e565183f87d) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 04334ed8d1e927939718b1d62fb01afef0a2b9a9) @@ -18,11 +18,17 @@ #define __MODE_TREATMENT_H__ #include "HDCommon.h" +#include "Dialysis.h" +// ********** public definitions ********** + // ********** private function prototypes ********** void initTreatmentMode( void ); // initialize this module void transitionToTreatmentMode( void ); // prepares for transition to treatment mode void execTreatmentMode( void ); // execute the treatment mode state machine (call from OperationModes) +BOOL verifyUFSettingsChange( F32 uFVolume, UF_ADJ_T adjustment ); +BOOL verifyUFSettingsConfirmation( BOOL confirmed, F32 uFVolume, U32 treatmentTime, F32 uFRate ); + #endif