Index: firmware/App/Modes/StatePreTxDrySelfTests.c =================================================================== diff -u -readc0ae426264da75e00f4137c94821e60ec33da -r70f11d49a2d6cd6b20aaf3d4d1fa978f2f58d68a --- firmware/App/Modes/StatePreTxDrySelfTests.c (.../StatePreTxDrySelfTests.c) (revision eadc0ae426264da75e00f4137c94821e60ec33da) +++ firmware/App/Modes/StatePreTxDrySelfTests.c (.../StatePreTxDrySelfTests.c) (revision 70f11d49a2d6cd6b20aaf3d4d1fa978f2f58d68a) @@ -85,10 +85,10 @@ // ********** private data ********** static DRY_SELF_TESTS_STATE_T currentDrySelfTestsState; ///< Current state of Dry Self-Test state machine -static U32 selfTestStartTime; ///< Start time of dry self-tests -static U32 selfTestPreviousPublishDataTime; ///< Last progress data publish time -static U32 selfTestCartridgeSettleTime; ///< Delay after cartridge insertion -static U32 syringeOcclusionDelayStartTime; ///< Delay before syringe occlusion check +static U32 selfTestStartTime; ///< Start time of dry self-tests +static U32 selfTestPreviousPublishDataTime; ///< Last progress data publish time +static U32 selfTestCartridgeSettleTime; ///< Delay after cartridge insertion +static U32 syringeOcclusionDelayStartTime; ///< Delay before syringe occlusion check static BOOL selfTestsResumeRequested; ///< Resume requested from STOPPED state static BOOL doorStateAfterCartridgeInstall; ///< Tracks door transition after cartridge install static BOOL useHeparin; ///< Indicates whether heparin is enabled @@ -110,16 +110,16 @@ static F32 arterialPressureP1; ///< First stable arterial pressure sample static F32 arterialPressureP2; ///< Second arterial pressure sample for leak check static BOOL arterialPressureTargetReached; ///< Indicates arterial pressure target reached -static U32 pressureSelfTestPreNormalStartTime; ///< Start time for pre-normal pressure setup delay -static U32 venousPressureStabilizationStartTime; ///< Start time for venous stabilization -static U32 venousPressureLeakCheckStartTime; ///< Start time for venous leak check -static U32 venousPressureReliefStartTime; ///< Start time for venous pressure relief -static U32 pressureSelfTestBloodPumpRunStartTime; ///< Blood pump run start for pressure self-test -static U32 pressureSelfTestNormalizedStartTime; ///< Start time for pressure normalization -static U32 pressureSelfTestArterialStartTime; ///< Start time for arterial pressure build-up -static U32 arterialPressureStabilizationStartTime; ///< Start time for arterial stabilization -static U32 arterialPressureLeakCheckStartTime; ///< Start time for arterial leak check -static U32 arterialPressureReliefStartTime; ///< Start time for arterial pressure relief +static U32 pressureSelfTestPreNormalStartTime; ///< Start time for pre-normal pressure setup delay +static U32 venousPressureStabilizationStartTime; ///< Start time for venous stabilization +static U32 venousPressureLeakCheckStartTime; ///< Start time for venous leak check +static U32 venousPressureReliefStartTime; ///< Start time for venous pressure relief +static U32 pressureSelfTestBloodPumpRunStartTime; ///< Blood pump run start for pressure self-test +static U32 pressureSelfTestNormalizedStartTime; ///< Start time for pressure normalization +static U32 pressureSelfTestArterialStartTime; ///< Start time for arterial pressure build-up +static U32 arterialPressureStabilizationStartTime; ///< Start time for arterial stabilization +static U32 arterialPressureLeakCheckStartTime; ///< Start time for arterial leak check +static U32 arterialPressureReliefStartTime; ///< Start time for arterial pressure relief static BOOL authResponseReceived; ///< Indicates UI auth response received static BOOL authResponseAccepted; ///< Indicates if authentication is accepted static REQUEST_REJECT_REASON_CODE_T authResponseReason; ///< Reason for rejection