![]() |
VR-Forces Developer's Guide
|
These are examples that are not plugins to either the VR-Forces GUI or Simulation Engine.
| vrfSimUser | Starting point for creating your own VR-Forces sim engine application. Functionally identical to vrfSim. |
| vrfGuiUser | Starting point for creating your own VR-Forces GUI application. Functionally identical to vrfGui. |
| Sim Engine Remote Control (remoteControl) | Use the remote controller to interface with the sim engine |
| Receiving Spot Reports Example (receiveSpotReport) | Use the remote controller to receive Spot Reports from the sim engine and display them to the user. |
| VRF Message Dump (vrfMsgDump) | Listens for and prints out information for VR-Forces-specific messages |
| Environmental Process Listening Example (envProcessListen) | Listens for and prints out environmental process state messages |
| Extent Terrain Implementation (extentTerrainImplementation) | Creates, registers and install a new terrain implementation and modifies an MTF file to use the new terrain implementation. |
| Nav Generation Functions (navGenerationFunctions) | Adds generation functions to the VR-Forces Nav Generator |
| Radar Warning Editor (radarWarnRxEditor) | Adds support for new sim components to the Simulation Object Editor. Related to sim engine example Radar Warn. |
| Database Clients (databaseClients) | Standalone Python scripts for reading VR-Forces data from SQL databases. Related to sim engine examples addDatabaseEvent and databaseConnection. |