![]() |
VR-Forces 5.0.1 Developer's Guide
|
The Back-End Remote Control Aerodromes example demonstrates the following:
This example demonstrates how to use the remote control API for controlling a VR-Forces back-end. It is a standalone console application that enables users to manipulate VR-Forces aerodromes scenarios through a simple text interface.
Before using the remoteControlAerodromes application, you need to have a scenario loaded on VR-Forces that already has aerodromes/runways objects created. You can use your own one, or the one provided with that example.
This example now includes simple usage of the DtRemoteEnvironmentController.
To run the application:
Start the remoteControlAerodromes application as "remoteControlAerodromesDIS.exe with the vrfSimDIS command line arguments.
Note: You need to supply the same set of command line arguments as the ones required to run the vrfSimDIS.exe. The necessary command line arguments for the remoteControlAerodromesDIS.exe - can be copied from the backend command line arguments from the Launcher UI.
Enter commands in the remoteControlAerodromes console as desired, to modify or retreive aerodromes/runway objects dats.
Note that location and point parameters should be entered using the geocentric coordinate system.
| DtRemoteControlInitializer | This subclass of DtVrlApplicationInitializer adds command line options for the HLA version of the example. |
| DtTextInterface | This class allows the user to type in commands that will be parsed and used to supply information to the remote controller. |