25 #define VRE_VRF_PROTOCOL_NAMESPACE DtVreVrfSimPluginDIS
27 #define VRE_VRF_PROTOCOL "DIS"
29 #if defined(DtHLA_1516)
32 #define VRE_VRF_PROTOCOL_NAMESPACE DtVreVrfSimPluginHLA4
34 #define VRE_VRF_PROTOCOL "HLA4"
35 #elif defined(DtHLA_1516_EVOLVED)
37 #define VRE_VRF_PROTOCOL_NAMESPACE DtVreVrfSimPluginHLA1516e
39 #define VRE_VRF_PROTOCOL "HLA1516e"
41 #define VRE_VRF_PROTOCOL_NAMESPACE DtVreVrfSimPluginHLA1516
42 #define VRE_VRF_PROTOCOL "HLA1516"
45 #define VRE_VRF_PROTOCOL_NAMESPACE DtVreVrfSimPluginHLA13
46 #define VRE_VRF_PROTOCOL "HLA13"
50#include <vrfutil/vrfPluginInformation.h>
Export macros for the VREngage Protocol-Dependent Simulation Plugin library.
#define VREVRFSIMPROTOCOLDEPENDENTPLUGIN_DLL
Platform-specific DLL export/import declaration.
Definition export.h:28
Namespace containing functions for the VREngage protocol-dependent simulation plugin.
Definition vreVrfPlugin.h:63
VREVRFSIMPROTOCOLDEPENDENTPLUGIN_DLL bool DtPostInitializeVreVrfPlugin(DtCgf *cgf)
Performs post-initialization tasks for the protocol-dependent plugin.
VREVRFSIMPROTOCOLDEPENDENTPLUGIN_DLL void DtUnloadVreVrfPlugin(DtCgf *cgf)
Unloads the VREngage protocol-dependent simulation plugin.
VREVRFSIMPROTOCOLDEPENDENTPLUGIN_DLL bool DtInitializeVreVrfPlugin(DtCgf *cgf)
Initializes the VREngage protocol-dependent simulation plugin.
VREVRFSIMPROTOCOLDEPENDENTPLUGIN_DLL void DtVreVrfPluginInformation(DtVrfPluginInformation &info)
Provides information about the protocol-dependent simulation plugin.
Include export definitions for this library.
Definition glsVreMessageUtil.h:49