Index: TDDefs.h =================================================================== diff -u -r221a51e618c65224a201b2209b3609376e9f8dfa -r84f57a271e43a080e70c53bf5a0771784d57ae19 --- TDDefs.h (.../TDDefs.h) (revision 221a51e618c65224a201b2209b3609376e9f8dfa) +++ TDDefs.h (.../TDDefs.h) (revision 84f57a271e43a080e70c53bf5a0771784d57ae19) @@ -314,16 +314,6 @@ /// Type for TD pre-treatment patient connect sub-mode states enumeration typedef enum TD_Pre_Treatment_Pat_Conn_States TD_PRE_TREATMENT_PAT_CONN_STATE_T; -/// Enumeration of pre-treatment tubing-set install sub-states. -enum PreTx_Install_States -{ - PRE_TX_INSTALL_STATE_AWAIT_TUBING_SET_CONFIRMATION = 0, // Awaiting user confirmation that tubeset is placed. - PRE_TX_INSTALL_STATE_AUTO_LOAD, // Auto-Loading the tubeset state - NUM_OF_PRE_TX_INSTALL_SUB_STATES, // Num of install sub-states -}; -/// Type for TD pre-treatment tubing set install sub-mode states enumeration -typedef enum PreTx_Install_States PRE_TX_INSTALL_STATE_T; - /**@}*/ /** @@ -366,19 +356,6 @@ }; typedef enum TD_Post_Treatment_Mode_States TD_POST_TREATMENT_STATE_T; ///< Type for TD post treatment mode states enumeration -// Enumeration of Auto-Eject subs states. -enum PostTx_AutoEject_States -{ - POST_TX_AUTO_EJECT_STATE_AWAIT_CONFIRMATION = 0, // Waiting for user confirmation to auto-eject - POST_TX_AUTO_EJECT_STATE_HOMING, // Homing blood pump and ejector state - POST_TX_AUTO_EJECT_STATE_EXTENDING_EJECTOR, // Extending ejector state - POST_TX_AUTO_EJECT_STATE_EJECTING, // Ejecting tubeset state - POST_TX_AUTO_EJECT_STATE_RETRACTING_EJECTOR, // Retracting ejector state - NUM_OF_POST_TX_AUTO_EJECT_SUB_STATES, // Num of auto-eject sub-states -}; -/// Type for TD post-treatment auto-eject sub-mode states enumeration -typedef enum PostTx_AutoEject_States POST_TX_AUTO_EJECT_STATE_T; - /**@}*/ /**