Index: DDDefs.h =================================================================== diff -u -rf24df615f35b96d3148070e1b59927b299bb568e -r4fe94831a7e8e6ad6d7bfbd56671fc43c375c611 --- DDDefs.h (.../DDDefs.h) (revision f24df615f35b96d3148070e1b59927b299bb568e) +++ DDDefs.h (.../DDDefs.h) (revision 4fe94831a7e8e6ad6d7bfbd56671fc43c375c611) @@ -7,8 +7,8 @@ * * @file DDDefs.h * -* @author (last) Jashwant Gantyada -* @date (last) 30-Jun-2026 +* @author (last) Santhosh Reddy +* @date (last) 06-Jul-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -520,10 +520,11 @@ enum Bicarb_Chamber_F_Fill_Exec_States { BICARB_CHAMBER_START_STATE = 0, ///< Initial state of Chamber F fill - BICARB_CARTRIDGE_FILL_WATER_START_STATE, ///< Dry bicart fill water start state while dialysate delivery - BICARB_CARTRIDGE_FILL_WATER_END_STATE, ///< Dry bicart fill water end state while dialysate delivery BICARB_CHAMBER_SUPPLY_STATE, ///< Bicarb Chamber fill start state BICARB_CHAMBER_PRESSURE_CHECK_STATE, ///< Bicarb Chamber pressure check start state + BICARB_CARTRIDGE_FILL_WATER_START_STATE, ///< Dry bicart fill water start state while dialysate delivery + BICARB_CARTRIDGE_FILL_WATER_END_STATE, ///< Dry bicart fill water end state while dialysate delivery + //TODO: remove the below state later if testing goes well. BICARB_SUPPLY_VENT_START_STATE, ///< Bicarb Chamber supply vent cartridge and Chamber F start state BICARB_SUPPLY_VENT_END_STATE, ///< Bicarb Chamber supply vent cartridge and Chamber F end state NUM_OF_BICARB_CHAMBER_FILL_EXEC_STATES ///< Number of Bicarb chamber fill state