src/order_type.h
changeset 10139 448ed1614a14
parent 10136 d808af13bf7a
equal deleted inserted replaced
10138:2e45473a4015 10139:448ed1614a14
    93 	OCV_LOAD_PERCENTAGE,  ///< Skip based on the amount of load
    93 	OCV_LOAD_PERCENTAGE,  ///< Skip based on the amount of load
    94 	OCV_RELIABILITY,      ///< Skip based on the reliability
    94 	OCV_RELIABILITY,      ///< Skip based on the reliability
    95 	OCV_MAX_SPEED,        ///< Skip based on the maximum speed
    95 	OCV_MAX_SPEED,        ///< Skip based on the maximum speed
    96 	OCV_AGE,              ///< Skip based on the age
    96 	OCV_AGE,              ///< Skip based on the age
    97 	OCV_REQUIRES_SERVICE, ///< Skip when the vehicle requires service
    97 	OCV_REQUIRES_SERVICE, ///< Skip when the vehicle requires service
       
    98 	OCV_UNCONDITIONALLY,  ///< Always skip
    98 	OCV_END
    99 	OCV_END
    99 };
   100 };
   100 
   101 
   101 /**
   102 /**
   102  * Comparator for the skip reasoning.
   103  * Comparator for the skip reasoning.