MAK Data Logger API Documentation for HLA
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 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)