Changes between Version 4 and Version 5 of exportsdrrcfg


Ignore:
Timestamp:
2015-12-23T09:30:47-05:00 (10 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • exportsdrrcfg

    v4 v5  
    44Generate a configuration file for wiki:SDRR (sirds)
    55{{{
    6 tgf1@sdrr4:~$ /usr/local/labUtils.1.0.2/bin/exportsdrrcfg --help
     6tgf1@sdrr4:~$ '''/usr/local/labUtils.1.0.2/bin/exportsdrrcfg --help'''
    77
    88Usage: /usr/local/labUtils.1.0.2/bin/exportsdrrcfg -a adaptation [option] [output file]
     
    3535  for Example:
    3636  Generate a sirds configuration file for the EML (ERAM Mini Lab)
    37  /usr/local/labUtils.1.0.0.eng/bin/exportsdrrcfg -a c13aeho0 --hgi --staticMsgs="zhuStaticMsgs.cfg" zhu.cfg
     37 '''/usr/local/labUtils.1.0.0.eng/bin/exportsdrrcfg -a c13aeho0 --hgi --staticMsgs="zhuStaticMsgs.cfg" zhu.cfg'''
    3838
    3939  Note: -a c13aeho0 identifies the local release, the national is expected to be available also.
    4040
     41}}}
    4142
     43Options
     44{{{
     45
     46   --terminal               terminal mode
     47   --txclock="rate"         txclock for Interfacility devices.  default is 0.
     48   --staticMsgs="file"      dump sensor static msgs into "file"
     49   --rx                     define ADSB static msgs per RX (default; agrees with static SDRR exports)
     50   --rs                     define ADSB static msgs per RS
     51   --chan="chan"            set channel
     52   --eib                    eib mode; ssrvinj and ipop host will be inserted at runtime
     53   --hgi                    enables HGI/ECGP mode
     54   --ecg                    use ECG TCP devices
     55   --pips="pipa,pipab.."    ECG pip hostnames. for IF in ECG TCP mode, and for CCUs always.  defaults are pipa,pipb or bipa,bipb.
     56   --pipes                  connect all facilities via pipes (for internal testing)
     57   --avid                   include AViD info
     58   --fdnam="file"           use this fdnam file instead of adapted
     59   --k3="file"              use this k3extadr file instead of adapted
     60   --sdrrIp="ip"            use interface associated with this IP on TCP servers (Nadin, WMSCR, HGI)
     61   -S                       use STARS Sim devices for STARS <id>
     62   -r                       radar only
     63   -2                       ADSB v2 (default is v3)
     64   -R                       priority serial radar list (will be assigned to serial devices first)
     65   -F                       priority serialfacilities (will be assigned to real devices first)
     66
     67
     68}}}