Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r3d5431d5aebe0c88c38a8732455a6dcf004fe6c2 -r6f2218c22e666aec059afbd60f3d0d268b305ad0 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 3d5431d5aebe0c88c38a8732455a6dcf004fe6c2) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 6f2218c22e666aec059afbd60f3d0d268b305ad0) @@ -106,7 +106,7 @@ TREATMENT_STATE_T getTreatmentState( void ); // Determine the current treatment sub-mode (state) BOOL isTreatmentCompleted( void ); // Determine whether the treatment has completed U32 getTreatmentTimeRemainingSecs( void ); // Determine number of seconds remaining in the treatment -U32 getActualTreatmentTimeMins( void ); // Determine the actual treatment duration in minutes +U32 getActualTreatmentTimeSecs( void ); // Determine the actual treatment duration in seconds BOOL getRinsebackCompleted( void ); // Determine whether a rinseback has been completed void setRinsebackIsCompleted( BOOL flag ); // Set whether a rinseback has been completed (T blocks rinseback option) BOOL getBloodIsPrimed( void ); // Determine whether the blood-side circuit of the dialyzer has been primed with blood @@ -115,6 +115,7 @@ F32 getTreatmentAvgDialysateFlowRate( void ); // Get the treatment average dialysate flow rate during treatment F32 getTreatmentAvgDialysateTemp( void ); // Get the treatment average dialysate temperature during treatment U32 getTreatmentStartTimeStamp( void ); // Get the treatment start time stamp +U32 getTreatmentEndTimeStamp( void ); // Get the treatment end time stamp void broadcastTreatmentTimeAndState( void ); // Broadcast the times and states of this treatment