The Data Logger comes with several examples.
These examples can be useful as sample logger programs or as starting points for logger development.
Simple examples showing basic Data Logger functionality
- playFile - A simple example that plays back a Logger file.
- recordFile - A simple example that records a Logger file.
- writeFile - A simple example that writes a Logger file one packet at a time.
- readFile - A simple example that reads a Logger file one packet at a time.
- exportFileToDatabase - A simple example that exports a Logger file to a MS Access database.
An example showing the Logger Remote Control Capability
- lgrControl - Demonstrates remote control of the MAK Logger.
Examples showing how to extend the Logger
- sampleFilter - A Logger plug-in that filters out selected packets.
- sampleDdm - This example shows how to manipulate DDM regions using packet data.
- lgrModSqlExporter - An example that extends the database export to include the DIS Data PDU.
Working examples showing parts of the logger implementation
- stateObserver - A logger plug-in which monitors the state of the logger and displays it in the GUI.
- lgrDump - A logger plug-in which exports a logger file to a text file.
- matrexTspiFomMapper - A VR-Link FOM Mapper for the entity attributes of the MATREX FOM for Time and Space Position Information.
The logger main application
- loggerApp - The logger main application can be built using this example.