chiark / gitweb /
starting on flex/bison parser for hostside
[trains.git] / hostside / record.c
index b025692c66a91b828ae86c9394089807733b45a6..429cee20069e02a64cdc644fb53feef1e44ccf28 100644 (file)
@@ -3,9 +3,11 @@
  *
  * File format:
  *
+ *  max-trains num
  *  train <trainpn> at [-]<foredetectpn>:<maxinto>+-<uncertainty>
- *  seg <segpn> has [-]<ownerpn>|$ <movposcomb>
- *  train <trainpn> is #<addr> <head>+<detectable>+<tail>
+ *  train <trainpn> is <addr> <head>+<detectable>+<tail>
  *  train <trainpn> step <step>=<speed> <upwait>/<downwait>
+ *  seg <segpn> has [-]<ownerpn>|$
+ *  seg <segpn> at <movposcomb>
  */