VR-Link C# API Documentation
Home
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Pages
C-sharp
examples
laserDesignator
include
pluginHla13.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 LASERDESHLA13_EXPORTS
12
#define LASER_DESIGNATOR_HLA13_DLL __declspec( dllexport )
13
#else
14
#define LASER_DESIGNATOR_HLA13_DLL __declspec( dllimport )
15
#endif
16
#else
17
#define LASER_DESIGNATOR_HLA13_DLL
18
#endif
19
20
class
DtManagedInterface;
21
22
extern
"C"
23
{
24
LASER_DESIGNATOR_HLA13_DLL
bool
DtInitManagedInterfaceModule
(DtManagedInterface* gl);
25
LASER_DESIGNATOR_HLA13_DLL
void
DtPluginVersion
(DtString& version);
26
LASER_DESIGNATOR_HLA13_DLL
void
DtPluginName
(DtString& name);
27
};
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)