MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)