User Manual
PLUS System Manual Location Software Library 89
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
4.5.2.10.5 playbackMode Property
public virtual int playbackMode { set; get; }
This function sets the playback options for raw log files. Has no effect on live data streaming. The
playbackMode must be set before StartTOAMessageQueue is called.
Bit 0 – if set, playback is not paced by the timestamp recorded for each logged TOA message, i.e. the file is played
back at maximum speed. However, the timestamp is still passed to the solver for determining Tag speed. Default
is 0.
Bit 1 – if set, loops playback of the logfile. Default is 0.
Values for playbackMode
0 – Default behavior, logfile is processed at normal speed and stops when the end is reached.
1 – Logfile is processed at maximum speed and stops when the end is reached.
2 – Logfile is processed at normal speed and starts over when the end is reached.
3 – Logfile is processed at maximum speed and starts over when the end is reached.
4.5.2.10.6 inputRawFileName Property
public virtual string inputRawFileName { set; get; }
Specifies input file name of saved TOA messages. This property must be set before StartTOAMessageQueue is
called.
4.5.2.10.7 localIpInterface Property
public virtual string localIpInterface { set; get; }
Specifies which local IP interface to use to get TOA messages. The default is “0.0.0.0”, meaning any available
network interface. This property must be set before StartTOAMessageQueue is called.