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
pluginDis.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 LASERDESDIS_EXPORTS
12
#define LASER_DESIGNATOR_DIS_DLL __declspec( dllexport )
13
#else
14
#define LASER_DESIGNATOR_DIS_DLL __declspec( dllimport )
15
#endif
16
#else
17
#define LASER_DESIGNATOR_DIS_DLL
18
#endif
19
20
class
DtManagedInterface;
21
22
extern
"C"
23
{
24
LASER_DESIGNATOR_DIS_DLL
bool
DtInitManagedInterfaceModule
(DtManagedInterface* gl);
25
LASER_DESIGNATOR_DIS_DLL
void
DtPluginVersion
(DtString& version);
26
};
Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)