Index: DDDefs.h =================================================================== diff -u -r5a84d69bf6a123f083528cb2aec6c509b6566485 -r8c8d17fd68a067775d2bf6569842699319482f17 --- DDDefs.h (.../DDDefs.h) (revision 5a84d69bf6a123f083528cb2aec6c509b6566485) +++ DDDefs.h (.../DDDefs.h) (revision 8c8d17fd68a067775d2bf6569842699319482f17) @@ -293,10 +293,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 @@ -443,6 +443,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 };