Index: Common.h =================================================================== diff -u -r5cda4fc0de4dcd9404357f2c6869d387a57a1a7c -r448294501a7a561274286907e9c20ab2400daff3 --- Common.h (.../Common.h) (revision 5cda4fc0de4dcd9404357f2c6869d387a57a1a7c) +++ Common.h (.../Common.h) (revision 448294501a7a561274286907e9c20ab2400daff3) @@ -59,12 +59,12 @@ NUM_OF_SELF_TEST_STATUS ///< Number of self-test status } SELF_TEST_STATUS_T; -/// List of 2-way valve states. +/// List of 2-way states. typedef enum Two_Way_States { - STATE_CLOSED = 0, ///< Valve is closed state - STATE_OPEN, ///< Valve is open state - NUM_OF_OPN_CLS_STATES ///< Number of 2-way valve states + STATE_CLOSED = 0, ///< Closed state + STATE_OPEN, ///< Open state + NUM_OF_OPN_CLS_STATES ///< Number of 2-way states } OPN_CLS_STATE_T; /// List of motor directions. @@ -83,13 +83,6 @@ NUM_OF_PUMP_CONTROL_MODES ///< Number of pump control modes } PUMP_CONTROL_MODE_T; -/// List of switch states. -typedef enum Switch_States -{ - TURN_OFF = 0, ///< Turn off - TURN_ON, ///< Turn on -} SWITCH_STATES_T; - // **** Common Definitions **** #define NEARLY_ZERO 0.00000001 ///< Value that is nearly zero. Used for floating point zero comparisons (e.g. divide by zero checks)