![]() |
VR-Forces 4.10 Class Documentation
|
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.
(Release) remoteControlAerodromes
(Debug) remoteControlAerodromesd
To run the application:
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.
The results of the commands will be observable in the VR-Forces GUI. The GUI only being used as a passive display in this example. The remoteControlAerodromes application is the one actually controlling VR-Forces back-end. Note that location and point parameters should be entered using the geocentric coordinate system.
This example now includes simple usage of the DtRemoteEnvironmentController.
| 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. |