Index: RODefs.h =================================================================== diff -u -r05452614f8c8149a58072624de75b6064d745b50 -r382a620abc195451601150ed846975f90f2ced8b --- RODefs.h (.../RODefs.h) (revision 05452614f8c8149a58072624de75b6064d745b50) +++ RODefs.h (.../RODefs.h) (revision 382a620abc195451601150ed846975f90f2ced8b) @@ -12,12 +12,12 @@ /// Enumeration of operation modes. These are in order of priority (highest to lowest). enum RO_Op_Modes { - RO_MODE_FAUL = 0, ///< Fault mode - RO_MODE_SERV, ///< Service mode - RO_MODE_INIT, ///< Initialization & POST mode - RO_MODE_STAN, ///< Standby mode - RO_MODE_NLEG, ///< Not legal - an illegal mode transition occurred - NUM_OF_RO_MODES ///< Number of TD operation modes + RO_MODE_FAUL = 0, ///< Fault mode + RO_MODE_SERV, ///< Service mode + RO_MODE_INIT, ///< Initialization & POST mode + RO_MODE_STAN, ///< Standby mode + RO_MODE_NLEG, ///< Not legal - an illegal mode transition occurred + NUM_OF_RO_MODES ///< Number of TD operation modes }; typedef enum RO_Op_Modes RO_OP_MODE_T; ///< Type for RO operation modes enumeration @@ -31,19 +31,19 @@ /// Enumeration of init & POST mode states. enum RO_POST_States { - POST_STATE_START = 0, ///< Start initialize & POST mode state - POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state - POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state - POST_STATE_WATCHDOG, ///< Run watchdog test state - POST_STATE_SAFETY_SHUTDOWN, ///< Run safety shutdown test state - POST_STATE_TEMPERATURES, ///< Run temperatures POST state - POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state - POST_STATE_FPGA, ///< Run FPGA test state - POST_STATE_COMPLETED, ///< POST self-tests completed state - POST_STATE_FAILED, ///< POST self-tests failed state - NUM_OF_POST_STATES ///< Number of initialize & POST mode states + RO_POST_STATE_START = 0, ///< Start initialize & POST mode state + RO_POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state + RO_POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state + RO_POST_STATE_WATCHDOG, ///< Run watchdog test state + RO_POST_STATE_SAFETY_SHUTDOWN, ///< Run safety shutdown test state + RO_POST_STATE_TEMPERATURES, ///< Run temperatures POST state + RO_POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state + RO_POST_STATE_FPGA, ///< Run FPGA test state + RO_POST_STATE_COMPLETED, ///< POST self-tests completed state + RO_POST_STATE_FAILED, ///< POST self-tests failed state + NUM_OF_RO_POST_STATES ///< Number of initialize & POST mode states }; -typedef enum RO_POST_States RO_POST_STATE_T; ///< Type for RO POST states enumeration +typedef enum RO_POST_States RO_POST_STATE_T; ///< Type for RO POST states enumeration /**@}*/