![]() |
VR-Forces 4.6 Class Documentation
|
The Back-End Remote Control 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 create/manipulate VR-Forces scenarios through a simple text interface.
(Release) remoteControl
(Debug) remoteControld
To run the application:
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 remoteControl application is the one actually controlling VR-Forces back-end.
| 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. |