Index: DDDefs.h =================================================================== diff -u -ra6b36999a34b2be879e0847d958fe4a9a97d2967 -r33b6489320349181d22cd9c168e7eaeeec9472d8 --- DDDefs.h (.../DDDefs.h) (revision a6b36999a34b2be879e0847d958fe4a9a97d2967) +++ DDDefs.h (.../DDDefs.h) (revision 33b6489320349181d22cd9c168e7eaeeec9472d8) @@ -298,10 +298,10 @@ /// Enumeration of available DD commands. enum DD_Command { - DD_CMD_NONE = 0, ///< Not a command - NUM_OF_DD_COMMANDS ///< Number of DD commands + DD_CMD_NONE = 0, ///< Not a command + NUM_OF_DD_COMMANDS ///< Number of DD commands }; -typedef enum DD_Command DD_COMMAND_T; ///< Type for DD commands enumeration +typedef enum DD_Command DD_COMMAND_T; ///< Type for DD commands enumeration /// Enumeration of general commands to DD sub-system. enum DD_General_Commands @@ -449,6 +449,9 @@ P37_VALV, ///< Valve (P37) P39_VALV, ///< Valve (P39) P6_VALV, ///< Valve (P6) + P3_VALV, ///< Valve (P3) + P43_VALV, ///< Valve (P43) + P48_VALV, ///< Valve (P48) LAST_FP_VALVE = P6_VALV, ///< Last FP valve DD_NUM_OF_VALVES ///< Number of DD valves };