Add tracerestrict actions used flags for order conditionals present
This commit is contained in:
@@ -436,6 +436,7 @@ enum TraceRestrictProgramActionsUsedFlags {
|
||||
TRPAUF_PBS_RES_END_SIMULATE = 1 << 16, ///< PBS reservations ending at this signal slot changes must be fully simulated in dry run mode
|
||||
TRPAUF_RESERVE_THROUGH_ALWAYS = 1 << 17, ///< Reserve through action is unconditionally set
|
||||
TRPAUF_CMB_SIGNAL_MODE_CTRL = 1 << 18, ///< Combined normal/shunt signal mode control
|
||||
TRPAUF_ORDER_CONDITIONALS = 1 << 19, ///< Order conditionals are present
|
||||
};
|
||||
DECLARE_ENUM_AS_BIT_SET(TraceRestrictProgramActionsUsedFlags)
|
||||
|
||||
|
Reference in New Issue
Block a user