VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
protocolSpecificNamespace.h
Go to the documentation of this file.
1 
2 /******************************************************************************
3 ** Copyright (c) 2019 MAK Technologies, Inc.
4 ** All rights reserved.
5 ******************************************************************************/
6 
11 
12 #pragma once
13 
14 #ifdef _WIN32
15 #define DL_DLL_IGCONVRLINK __declspec ( dllimport )
16 #else
17 #define DL_DLL_IGCONVRLINK
18 #endif
19 
20 #ifdef DtDIS
21 # define DT_PROTOCOL_NAMESPACE vrvDis
22 #else
23 # ifdef DtHLA_1516
24 # ifdef DtHLA_1516_EVOLVED
25 # define DT_PROTOCOL_NAMESPACE vrvHla1516e
26 # else
27 # define DT_PROTOCOL_NAMESPACE vrvHla1516
28 # endif
29 # else
30 # define DT_PROTOCOL_NAMESPACE vrvHla13
31 # endif
32 #endif
33 
36 namespace exampleExtendVisualizer
37 {
39  {
40  // Work function for the plugin initialization
42  }
43 }
#define DT_DLL_EXAMPLEEXTENDVISUALIZER
Definition: exampleExtendVisualizer.h:30
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DT_DLL_EXAMPLEEXTENDVISUALIZER void init(makVrv::DtDe &de)
#define DT_PROTOCOL_NAMESPACE
Definition: protocolSpecificNamespace.h:21

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)