Changes between Initial Version and Version 1 of SDRR2ATC


Ignore:
Timestamp:
2013-05-23T14:37:30-04:00 (11 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SDRR2ATC

    v1 v1  
     1=== sdrr2atc ===
     2
     3Converts sdrr msg file to atcoach format
     4
     5{{{
     6
     7   Usage: sdrr2atc sdrrfile -s startTime -h hostname [-c] [-r atcoachRoute]
     8     Creates ATCoach C-lines and scenario injections from sdrrfile
     9       -s startTime    : set atcoach injection times relative to specified startTime
     10       -c              : (optional) append id comment to the end of each injection
     11       -r atcoachRoute : (optional) atcoach route text to be used on CI lines
     12}}}
     13example:
     14{{{
     15   ZLC:
     16     sdrr2atc -s 12:45:00 -h zlc -c -r "BQU_K2 DLN_K1 ->D" uniqacid.out > atc_comments.out   (keep this file for per-line acid-cid comments)
     17     sdrr2atc -s 12:45:00 -h zlc -r "BQU_K2 DLN_K1 ->D" uniqacid.out > atc.out
     18
     19   ZSE:
     20     sdrr2atc -s 12:45:00 -h zse -c -r "RBG_K1 EAT_K1 ->D" uniqacid.out > atc_comments.out   (keep this file for per-line acid-cid comments)
     21     sdrr2atc -s 12:45:00 -h zse -r "RBG_K1 EAT_K1 ->D" uniqacid.out > atc.out
     22}}}
     23notes:
     24{{{
     25     - need to determine whether end-of-line comments are allowed in ATCoach export files (test Sunday)
     26     - for now, trim out all the end-of-line comments...
     27}}}