MAK Data Logger API Documentation for HLA
lgrEditorThread.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 lgrEditorThread_H_
10 #define lgrEditorThread_H_
11 
12 #include <vlutil/vlRunnable.h>
13 
14 #include "lgrCore.h"
15 #include "lgrCommandDispatcher.h"
16 
17 namespace MAKLogger
18 {
19  class DtLgrEditorDriver;
20 
22  {
23  public:
25  DtLgrEditorThread(DtLgrEditorDriver* editorDriver);
26 
28  virtual ~DtLgrEditorThread();
29 
31  virtual void run();
32 
34  virtual void editorOperation() = 0;
35 
36  protected:
38 
39  };
40 
41 
42 }
43 
44 #endif

Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)