MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrUtil
lgrPlugin.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrPlugin_H_
10
#define lgrPlugin_H_
11
12
#ifndef DT_LGR_PLUGIN_EXPORT_MACRO
13
#error Must define DT_LGR_PLUGIN_EXPORT_MACRO to export the necessary functions.
14
#endif
15
16
namespace
MAKLogger
17
{
18
19
class
DtLogger;
20
class
DtLoggerApplication;
21
22
}
23
24
extern
"C"
{
25
26
DT_LGR_PLUGIN_EXPORT_MACRO
void
LoadPlugin
();
27
DT_LGR_PLUGIN_EXPORT_MACRO
void
EnableLoggerPlugin
(
MAKLogger::DtLogger
&);
28
DT_LGR_PLUGIN_EXPORT_MACRO
void
EnableLoggerAppPlugin
(
MAKLogger::DtLoggerApplication
&);
29
DT_LGR_PLUGIN_EXPORT_MACRO
void
UnloadPlugin
();
30
31
}
32
33
#undef DT_LGR_PLUGIN_EXPORT_MACRO
34
35
#endif
Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)