14 #ifdef EXAMPLECUSTOMELEMENTATTRIBUTEPLUGIN_EXPORTS
15 #define DT_DLL_EXAMPLECUSTOMELEMENTATTRIBUTEPLUGIN __declspec ( dllexport )
17 #define DT_DLL_EXAMPLECUSTOMELEMENTATTRIBUTEPLUGIN __declspec ( dllimport )
20 #define DT_DLL_EXAMPLECUSTOMELEMENTATTRIBUTEPLUGIN
25 # define DT_PROTOCOL_NAMESPACE vrvDis
29 # define DT_PROTOCOL_NAMESPACE vrvHla4
30 # elif DtHLA_1516_EVOLVED
32 # define DT_PROTOCOL_NAMESPACE vrvHla1516e
35 # include <vrvHla1516/vrvHla1516.h>
36 # define DT_PROTOCOL_NAMESPACE vrvHla1516
40 # define DT_PROTOCOL_NAMESPACE vrvHla13
41 # define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA13
44 # error "Protocol not specified or unsupported."
51 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLECUSTOMELEMENTATTRIBUTEPLUGIN
Contains DLL export macros.
void slot_postInitialize(makVrv::DtDe &de)
Contains DLL export macros.
Contains DLL export macros.
Contains DLL export macros.
#define DT_DLL_EXAMPLECUSTOMELEMENTATTRIBUTEPLUGIN
Definition: exampleCustomElementAttributePlugin.h:20
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76