Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • train_setup: int[NUM_TRAINS] 
    • index: train number

    • value: track number, (negative: train stands against main travel direction)

  • destination: int[NUM_TRAINS]
    • index. train number

    • value: track number

  • speeds: int[NUM_TRAINS][4]
    • index: train number

    • index: 0-3

    • value: 1-127

...