![]() |
VR-Link API Documentation for DIS
|
This group contains files, classes and their members that are distributed as VR-Link Examples. More...
Classes | |
| class | DtF18Initializer |
| DtF18Initializer derives from DtVrlApplicationInitializer and describes how command line/MTL parameters could be added to a VR-Link application. More... | |
| class | DtVehicleSim |
| Part of the F18 example. More... | |
| class | DtLauncherInitializer |
| DtLauncherInitializer derives from DtVrlApplicationInitializer and describes how command line/MTL parameters could be added to a VR-Link application. More... | |
| struct | Point2GeometryData |
| an example class for Environmental Process objects More... | |
| struct | Point1GeometryData |
| An example class for the DtEnvironmentalProcess example. More... | |
| struct | NetTestPdu |
| The TestPdu class will represent a hypothetical variable-length "Test PDU". More... | |
| class | TestPdu |
| Define the TestPdu class. More... | |
Files | |
| file | f18Init.h |
| file | vehicleSim.h |
| file | launcherInit.h |
Typedefs | |
| typedef struct NetTestPdu | NetTestPdu |
| The TestPdu class will represent a hypothetical variable-length "Test PDU". | |
| typedef void(* | TestPduCb )(TestPdu *pdu, void *usr) |
Variables | |
| const DtPduKind | TestPduKind = DtPduKind(220) |
| Extend the DtPduKind enumeration, adding our chosen value. | |
This group contains files, classes and their members that are distributed as VR-Link Examples.
These members are not considered part of the VR-Link API. Customers may use these classes as a starting point for their own applications. For more information about VR-Link Examples please see the VR-Link Examples page.
| typedef struct NetTestPdu NetTestPdu |
The TestPdu class will represent a hypothetical variable-length "Test PDU".
| const DtPduKind TestPduKind = DtPduKind(220) |
Extend the DtPduKind enumeration, adding our chosen value.
This is the number that ends up in the PDU header's kind field.