VR-Link C# API Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
pluginHla1516e.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #include "managedInterface/pluginVersion.h"
9 
10 #ifdef _WIN32
11 #ifdef LASERDESHLA1516E_EXPORTS
12 #define LASER_DESIGNATOR_HLA1516E_DLL __declspec( dllexport )
13 #else
14 #define LASER_DESIGNATOR_HLA1516E_DLL __declspec( dllimport )
15 #endif
16 #else
17 #define LASER_DESIGNATOR_HLA1516E_DLL
18 #endif
19 
20 class DtManagedInterface;
21 
22 extern "C"
23 {
25  LASER_DESIGNATOR_HLA1516E_DLL void DtPluginVersion(DtString& version);
26  LASER_DESIGNATOR_HLA1516E_DLL void DtPluginName(DtString& name);
27 };

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)