chiark / gitweb /
working on new data arrangements
[trains.git] / hostside / record.c
1 /*
2  * ASCII-format record and config file reader/writer
3  *
4  * File format:
5  *
6  *  train <trainpn> at [-]<foredetectpn>:<maxinto>+-<uncertainty>
7  *  seg <segpn> has [-]<ownerpn>|$ <movposcomb>
8  *  train <trainpn> is #<addr> <head>+<detectable>+<tail>
9  *  train <trainpn> step <step>=<speed> <upwait>/<downwait>
10  */
11