MAK Data Logger API Documentation for DIS
lgrPluginInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
35 
36 #ifndef lgrPluginInterface_H_
37 #define lgrPluginInterface_H_
38 
39 #include "lgrCore.h"
40 
41 namespace MAKLogger
42 {
43 
44  class DtLogger;
45  class DtLoggerApplication;
46 
50  {
51 
52  public:
53 
55  typedef void (*DtLoadPluginFunction)();
56  typedef void (*DtEnableLoggerPluginFunction)(DtLogger&);
57  typedef void (*DtEnableLoggerAppPluginFunction)(DtLoggerApplication&);
58  typedef void (*DtUnloadPluginFunction)();
59 
61  static const char* loadPluginFunctionName;
62  static const char* enableLoggerPluginFunctionName;
64  static const char* unloadPluginFunctionName;
65 
66  };
67 
68 }
69 
70 #endif
71 

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)