|
RadarRec(n)
NAME
RadarRec - Create Radar record object within a SIRS (Stand-alone Interfacility and Radar Simulator) scenario.
SYNOPSIS
RadarRec name -dev input_device -srv surveillance_file [-wx
wx_file] [-rs232 [0..1]] [-invert [0..1]]
DESCRIPTION
RadarRec creates a Radar record object which will record all
received radar messages to disk during a SIRS sce- nario. The recorded
files are suitable for playback by the RadarSim object.
Timestamps
If the global variable "SimTime" is defined, timestamps will
start at that time when the Sim is started; other- wise, the platform's
system time at the Start event will be used.
Options
-dev Specifies the radar receive device to use. Radar
receive devices are named /dev/rdrrx0 thru /dev/rdrrxN, where N = 2*number
of radar receive cards in system (each device uses 4 channels, or 2 devices
per card). Devices present on another SIRS tool may be specified by prefixing
"hostname:" before the device.
-srv Specifies the filename to which surveillance msgs
will be recorded.
-wx Specifies the filename to which wx msgs will be
recorded.
-rs232 If this option is set to 1, line driver outputs
will be forced to rs232.
-invert If this option is set to 1, data logic levels
will be inverted.
CREATION ACTION
On creation, a window is created in the 3rd column of the virtual
X-display. The radar device is initialized (is ready to begin recording),
and the record file is opened.
START ACTION
Radar reception begins when the start command is received,
and will continue until exit. The internal time is set to the value of
the global variable SimTime; if SimTime is not defined, the system time
of the start event is used. Message statistics will be updated in the window,
and rep- resent the messages received and recorded.
SEE ALSO
SIRS(n), Host(n), Arts(n), RadarSim(n)
|