Changes between Version 11 and Version 12 of tankplayer
- Timestamp:
- 02/27/12 16:58:45 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tankplayer
v11 v12 72 72 Paul Friberg - December 27, 2007 73 73 74 == More Details==74 === EXAMPLE CONFIGURATION FILE === 75 75 Tankplayer reads file(s) containing waveform messages (of either TYPE_ADBUF, TYPE_TRACEBUF, or TYPE_TRACEBUF2) from a single data source. It places the waveform messages into shared memory in simulated real time, using the delta-t between time-stamps in successive message headers to determine its timing. On startup, tankplayer reads the configuration file named on the command line. Commands in this file set up all parameters used in playing back waveform messages from a file to a shared memory ring. In the control file, lines may begin with a valid tankplayer command (listed below) or with one of 2 special characters: 76 76 {{{ … … 82 82 (example: @model.d). 83 83 }}} 84 Command names must be typed in the control file exactly as shown in this document (upper/lower case matters!).85 86 === EXAMPLE CONFIGURATION FILE ===87 84 {{{ 88 85 # tankplayer config file for playing TYPE_TRACEBUF2 waveforms … … 123 120 124 121 === FUNCTIONAL COMMAND LISTING === 122 Command names must be typed in the control file exactly as shown in this document (upper/lower case matters!). 125 123 126 124 Below are the commands recognized by tankplayer, grouped by the function they influence. All of the commands are required; they must be specified in the control file in order for tankplayer to operate.