![]() |
VR-Link API Documentation for HLA 4
|
Go to the source code of this file.
Classes | |
| class | DtReflectedIFFData |
| Instances of DtReflectedIFFData are used to represent a simulated HLAobjectRoot.IFFData object reflected across a network. More... | |
| class | DtReflectedIFFDataList |
| Instances of DtReflectedIFFDataList manage a list of DtReflectedIFFData objects. More... | |
| class | DtReflectedMode1 |
| Instances of DtReflectedMode1 are used to represent a simulated HLAobjectRoot.IFFData.Mode1 object reflected across a network. More... | |
| class | DtReflectedMode1List |
| Instances of DtReflectedMode1List manage a list of DtReflectedMode1 objects. More... | |
| class | DtReflectedMode2 |
| Instances of DtReflectedMode2 are used to represent a simulated HLAobjectRoot.IFFData.Mode2 object reflected across a network. More... | |
| class | DtReflectedMode2List |
| Instances of DtReflectedMode2List manage a list of DtReflectedMode2 objects. More... | |
| class | DtReflectedMode3A |
| Instances of DtReflectedMode3A are used to represent a simulated HLAobjectRoot.IFFData.Mode3A object reflected across a network. More... | |
| class | DtReflectedMode3AList |
| Instances of DtReflectedMode3AList manage a list of DtReflectedMode3A objects. More... | |
| class | DtReflectedMode3C |
| Instances of DtReflectedMode3C are used to represent a simulated HLAobjectRoot.IFFData.ModeC object reflected across a network. More... | |
| class | DtReflectedMode3CList |
| Instances of DtReflectedMode3CList manage a list of DtReflectedMode3C objects. More... | |
| class | DtReflectedMode4 |
| Instances of DtReflectedMode4 are used to represent a simulated HLAobjectRoot.IFFData.Mode4 object reflected across a network. More... | |
| class | DtReflectedMode4List |
| Instances of DtReflectedMode4List manage a list of DtReflectedMode4 objects. More... | |
| class | DtReflectedMode5 |
| Instances of DtReflectedMode5 are used to represent a simulated HLAobjectRoot.IFFData.Mode5 object reflected across a network. More... | |
| class | DtReflectedMode5List |
| Instances of DtReflectedMode5List manage a list of DtReflectedMode5 objects. More... | |
| class | DtReflectedModeS |
| Instances of DtReflectedModeS are used to represent a simulated HLAobjectRoot.IFFData.ModeS object reflected across a network. More... | |
| class | DtReflectedModeSList |
| Instances of DtReflectedModeSList manage a list of DtReflectedModeS objects. More... | |
| class | DtReflectedTCASData |
| Instances of DtReflectedTCASData are used to represent a simulated HLAobjectRoot.IFFData.TCASData object reflected across a network. More... | |
| class | DtReflectedTCASDataList |
| Instances of DtReflectedTCASDataList manage a list of DtReflectedTCASData objects. More... | |
| class | DtReflectedSoviet |
| Instances of DtReflectedSoviet are used to represent a simulated HLAobjectRoot.IFFData.Soviet object reflected across a network. More... | |
| class | DtReflectedSovietList |
| Instances of DtReflectedSovietList manage a list of DtReflectedSoviet objects. More... | |
| class | DtReflectedRRB |
| Instances of DtReflectedRRB are used to represent a simulated HLAobjectRoot.IFFData.RRB object reflected across a network. More... | |
| class | DtReflectedRRBList |
| Instances of DtReflectedRRBList manage a list of DtReflectedRRB objects. More... | |
Typedefs | |
| typedef void(* | DtIFFDataCallbackFunction )(DtReflectedIFFData *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedIFFData and user data. More... | |
| typedef void(* | DtMode1CallbackFunction )(DtReflectedMode1 *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedMode1 and user data. More... | |
| typedef void(* | DtMode2CallbackFunction )(DtReflectedMode2 *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedMode2 and user data. More... | |
| typedef void(* | DtMode3ACallbackFunction )(DtReflectedMode3A *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedMode3A and user data. More... | |
| typedef void(* | DtMode3CCallbackFunction )(DtReflectedMode3C *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedMode3C and user data. More... | |
| typedef void(* | DtMode4CallbackFunction )(DtReflectedMode4 *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedMode4 and user data. More... | |
| typedef void(* | DtMode5CallbackFunction )(DtReflectedMode5 *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedMode5 and user data. More... | |
| typedef void(* | DtModeSCallbackFunction )(DtReflectedModeS *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedModeS and user data. More... | |
| typedef void(* | DtTCASDataCallbackFunction )(DtReflectedTCASData *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedTCASData and user data. More... | |
| typedef void(* | DtSovietCallbackFunction )(DtReflectedSoviet *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedSoviet and user data. More... | |
| typedef void(* | DtRRBCallbackFunction )(DtReflectedRRB *obj, void *userData) |
| Signature of the callback function that takes a DtReflectedRRB and user data. More... | |
| typedef void(* DtIFFDataCallbackFunction)(DtReflectedIFFData *obj, void *userData) |
Signature of the callback function that takes a DtReflectedIFFData and user data.
| typedef void(* DtMode1CallbackFunction)(DtReflectedMode1 *obj, void *userData) |
Signature of the callback function that takes a DtReflectedMode1 and user data.
| typedef void(* DtMode2CallbackFunction)(DtReflectedMode2 *obj, void *userData) |
Signature of the callback function that takes a DtReflectedMode2 and user data.
| typedef void(* DtMode3ACallbackFunction)(DtReflectedMode3A *obj, void *userData) |
Signature of the callback function that takes a DtReflectedMode3A and user data.
| typedef void(* DtMode3CCallbackFunction)(DtReflectedMode3C *obj, void *userData) |
Signature of the callback function that takes a DtReflectedMode3C and user data.
| typedef void(* DtMode4CallbackFunction)(DtReflectedMode4 *obj, void *userData) |
Signature of the callback function that takes a DtReflectedMode4 and user data.
| typedef void(* DtMode5CallbackFunction)(DtReflectedMode5 *obj, void *userData) |
Signature of the callback function that takes a DtReflectedMode5 and user data.
| typedef void(* DtModeSCallbackFunction)(DtReflectedModeS *obj, void *userData) |
Signature of the callback function that takes a DtReflectedModeS and user data.
| typedef void(* DtRRBCallbackFunction)(DtReflectedRRB *obj, void *userData) |
Signature of the callback function that takes a DtReflectedRRB and user data.
| typedef void(* DtSovietCallbackFunction)(DtReflectedSoviet *obj, void *userData) |
Signature of the callback function that takes a DtReflectedSoviet and user data.
| typedef void(* DtTCASDataCallbackFunction)(DtReflectedTCASData *obj, void *userData) |
Signature of the callback function that takes a DtReflectedTCASData and user data.