Tracerestrict: Add a flag for whether slot conditionals are present

This commit is contained in:
Jonathan G Rennison
2024-01-20 20:31:56 +00:00
parent d502b6469d
commit a21a69c957
3 changed files with 5 additions and 2 deletions

View File

@@ -470,6 +470,7 @@ enum TraceRestrictProgramActionsUsedFlags {
TRPAUF_TRAIN_NOT_STUCK = 1 << 11, ///< Train is not stuck
TRPAUF_CHANGE_COUNTER = 1 << 12, ///< Change counter value is present
TRPAUF_NO_PBS_BACK_PENALTY = 1 << 13, ///< No PBS back penalty is present
TRPAUF_SLOT_CONDITIONALS = 1 << 14, ///< Slot conditionals are present
TRPAUF_SPEED_ADAPTATION = 1 << 15, ///< Speed adaptation control
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