Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -rc9b28951079eff02aa70fd931b926195376a4910 -r95d7d8e230da1c04c2fed2be5a43afd273d95846 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision c9b28951079eff02aa70fd931b926195376a4910) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 95d7d8e230da1c04c2fed2be5a43afd273d95846) @@ -56,22 +56,6 @@ U32 dialysisState; } TREATMENT_STATE_DATA_T; -/// Payload record structure for a tdi temperature counter message. -typedef struct -{ - U32 tdiHighTempUpCntr; - U32 tdiHighTempDownCntr; - U32 prevTdiHighTempUpCntr; - U32 prevTdiHighTempDownCntr; - U32 tdiLowTempUpCntr; - U32 tdiLowTempDownCntr; - U32 prevTdiLowTempUpCntr; - U32 prevTdiLowTempDownCntr; - U32 dgPrevActiveReservoir; - U32 dgCurrentActiveReservoir; - F32 dgTdiTemp; -} TDI_TEMP_COUNTER_T; - /// Payload record structure for an ultrafiltration volume change confirmation message. typedef struct { @@ -145,7 +129,6 @@ U32 getTreatmentEndTimeStamp( void ); // Get the treatment end time stamp void broadcastTreatmentTimeAndState( void ); // Broadcast the times and states of this treatment -void broadcastTdiTemperatureCounters( void ); // Broadcast the counter variables used in Tdi high and low temperature alarms BOOL verifyTreatmentDurationSettingChange( U32 treatmentTime ); BOOL verifyUFSettingsChange( F32 uFVolume );