Index: DDDefs.h =================================================================== diff -u -r714964d387176ddfb62cf06c424aa61eb5b9be5e -r8715e1e791f8632d9a794163802316257c1f36a9 --- DDDefs.h (.../DDDefs.h) (revision 714964d387176ddfb62cf06c424aa61eb5b9be5e) +++ DDDefs.h (.../DDDefs.h) (revision 8715e1e791f8632d9a794163802316257c1f36a9) @@ -552,15 +552,15 @@ }; typedef enum Dry_Bicart_Drain_Exec_States DRY_BICART_DRAIN_EXEC_STATE_T; ///< Type for dry bicart fill exec state enumeration -/// Enumeration of drybicart depressurise exec states -enum Dry_Bicart_Depressurise_Exec_States +/// Enumeration of drybicart depressurize exec states +enum Dry_Bicart_Depressurize_Exec_States { - DRY_BICART_DEPRESSURISE_START_STATE = 0, ///< Initial state of dry bicart depressurise - DRY_BICART_DEPRESSURISE_VENT_START_STATE, ///< Dry bicart depressurise vent start state - DRY_BICART_DEPRESSURISE_VENT_END_STATE, ///< Dry bicart depressurise vent end state - NUM_OF_DRY_BICART_DEPRESSURISE_EXEC_STATES + DRY_BICART_DEPRESSURIZE_START_STATE = 0, ///< Initial state of dry bicart depressurise + DRY_BICART_DEPRESSURIZE_VENT_START_STATE, ///< Dry bicart depressurize vent start state + DRY_BICART_DEPRESSURIZE_VENT_END_STATE, ///< Dry bicart depressurize vent end state + NUM_OF_DRY_BICART_DEPRESSURIZE_EXEC_STATES }; -typedef enum Dry_Bicart_Depressurise_Exec_States DRY_BICART_DEPRESSURISE_EXEC_STATE_T; ///< Type for dry bicart depressurise exec state enumeration +typedef enum Dry_Bicart_Depressurize_Exec_States DRY_BICART_DEPRESSURIZE_EXEC_STATE_T; ///< Type for dry bicart depressurize exec state enumeration /// Enumeration of conductivity sensors. enum Conductivity_Sensors