Changes between Version 3 and Version 4 of exportsdrrcfg
- Timestamp:
- 2015-12-23T09:23:46-05:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
exportsdrrcfg
v3 v4 4 4 Generate a configuration file for wiki:SDRR (sirds) 5 5 {{{ 6 Usage: /usr/local/labUtils.1.0.0.eng/bin/exportsdrrcfg -a adaptation [option] [output file] 6 tgf1@sdrr4:~$ /usr/local/labUtils.1.0.2/bin/exportsdrrcfg --help 7 8 Usage: /usr/local/labUtils.1.0.2/bin/exportsdrrcfg -a adaptation [option] [output file] 7 9 --terminal terminal mode 8 10 --txclock="rate" txclock for Interfacility devices. default is 0. … … 10 12 --rx define ADSB static msgs per RX (default; agrees with static SDRR exports) 11 13 --rs define ADSB static msgs per RS 12 --chan="chan" set channel (defaults to "A" ???) 13 --hgi enables HGI/ECGP mode (aka ecg emulation) 14 --chan="chan" set channel 15 --eib eib mode; ssrvinj and ipop host will be inserted at runtime 16 --hgi enables HGI/ECGP mode 14 17 --ecg use ECG TCP devices 15 18 --pips="pipa,pipab.." ECG pip hostnames. for IF in ECG TCP mode, and for CCUs always. defaults are pipa,pipb or bipa,bipb. … … 25 28 -F priority serialfacilities (will be assigned to real devices first) 26 29 output file defaults to stdout if not specified 30 31 27 32 }}} 28 33