MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
trafficAnalyzer
trafficAnalyzerPlugin.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc. ** All rights reserved.
3
*******************************************************************************/
4
/*******************************************************************************
5
** $Id: trafficAnalyzerPlugin.h 119313 2012-09-24 20:05:57Z dwood $
6
*******************************************************************************/
7
8
9
#pragma once
10
11
#ifdef _WIN32
12
#ifdef trafficAnalyzer_EXPORTS
13
#define DT_DLL_TRFCANLZR __declspec ( dllexport )
14
#else
15
#define DT_DLL_TRFCANLZR __declspec ( dllimport )
16
#endif
17
#else
18
#define DT_DLL_TRFCANLZR
19
#endif
20
21
#ifdef trafficAnalyzer_EXPORTS
22
#define DT_LGR_PLUGIN_EXPORT_MACRO DT_DLL_TRFCANLZR
23
#include "
lgrPlugin.h
"
24
#endif
25
Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)