VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvAudioPlugin
dllExport.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2017 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
// Get proper local export symbol
13
#ifdef _WIN32
14
# ifdef vrvAudioPlugin_EXPORTS
15
# define DT_DLL_VRVAUDIOPLUGIN __declspec ( dllexport )
16
# else
17
# define DT_DLL_VRVAUDIOPLUGIN __declspec ( dllimport )
18
# endif
19
#else
20
# define DT_DLL_VRVAUDIOPLUGIN
21
#endif
22
23
// Make VR-Vantage VRLink code export with library
24
#ifdef DL_DLL_IGCONVRLINK
25
#undef DL_DLL_IGCONVRLINK
26
#endif // DL_DLL_IGCONVRLINK
27
#define DL_DLL_IGCONVRLINK DT_DLL_VRVAUDIOPLUGIN
28
29
// Define the appropriate protocol namespace and tell
30
// the shared VRLink classes to export appropriately
31
#ifdef DtDIS
32
# define DT_PROTOCOL_NAMESPACE vrvDis
33
#elif DtHLA
34
# ifdef DtHLA_1516
35
# ifdef DtHLA_1516_EVOLVED
36
# define DT_PROTOCOL_NAMESPACE vrvHla1516e
37
# else
38
# define DT_PROTOCOL_NAMESPACE vrvHla1516
39
# endif
40
# else
41
# define DT_PROTOCOL_NAMESPACE vrvHla13
42
# endif
43
#else
44
# error "Protocol must be defined before including audio export header."
45
#endif
46
47
#include <
vrvUtil/signalslib.h
>
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)