MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
sampleDdm
sampleDdm.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1997-2010 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
#if DtHLA
11
12
#ifdef _WIN32
13
#ifdef SAMPLE_DDM_EXPORTS
14
#define DT_DLL_SAMPLE_DDM __declspec ( dllexport )
15
#else
16
#define DT_DLL_SAMPLE_DDM __declspec ( dllimport )
17
#endif
18
#else
19
#define DT_DLL_SAMPLE_DDM
20
#endif
21
22
#ifdef SAMPLE_DDM_EXPORTS
23
#define DT_LGR_PLUGIN_EXPORT_MACRO DT_DLL_SAMPLE_DDM
24
#include <
lgrPlugin.h
>
25
#endif
26
27
#endif // DtHLA
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)