VR-Vantage 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
protocolSpecificNamespace.h
Go to the documentation of this file.
1 
2 /******************************************************************************
3 ** Copyright (c) 2017 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 }


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)