VR-Link C# API Documentation
Home
Classes
Files
Examples
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
C-sharp
examples
laserDesignator
include
examples/laserDesignator/include/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_HLA156E_DLL __declspec( dllexport )
13
#else
14
#define LASER_DESIGNATOR_HLA156E_DLL __declspec( dllimport )
15
#endif
16
#else
17
#define LASER_DESIGNATOR_HLA156E_DLL
18
#endif
19
20
class
DtManagedInterface;
21
22
extern
"C"
23
{
24
LASER_DESIGNATOR_HLA156E_DLL
bool
DtInitManagedInterfaceModule
(DtManagedInterface* gl);
25
LASER_DESIGNATOR_HLA156E_DLL
void
DtPluginVersion
(DtString& version);
26
};
Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)