User Manual
PLUS System Manual Location Software Library 99
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
public void printMessage(String msg)
Displays the string at the bottom of the main window.
private void ResetBtn_Click(object sender, EventArgs e)
Sets the software to an initialized, empty state and (re)loads the configuration file.
private void ConfigBtn_Click(object sender, EventArgs e)
Displays a File Open dialog for the user to select a PLUS Location Software Library configuration file.
public void LoadConfigFile(String file)
Signals the PLUS Location Software Library to read the configuration stored in the file named by
file
.
private void DataSourceFileBtn_Click(object sender, EventArgs e)
Displays a File Open dialog box where the user can select a raw logfile to provide TOA messages. If the file
contains a configuration header, that will override any standalone configuration previously selected.
private void DataSourceNetworkBtn_Click(object sender, EventArgs e)
Displays a dialog for the user to select a network interface on the local machine for receiving live data.
private void TrackBtn_Click(object sender, EventArgs e)
Starts or stops tracking Tags.
private void trackerEventHandler_NewPosition(int tagId, int tagType, int
positionType, int mapIndex, float X, float Y, float Z, int timestamp, int
batteryState, int buttonState, int motion, int bestReaderIdLow, int
bestReaderIdHigh, int positionFOM, int seqNum)
Event handler for the PLUSTracker.NewTagPosition event; displays the new position.
private void MainForm_FormClosing(object sender, FormClosingEventArgs e)
Cleanup.
private void OutputPositionFile_Click(object sender, EventArgs e)
Selects an output file to which Tag position updates are saved.