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
lgrCore
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/lgrCore.h
>
15
#include <
lgrCore/lgrCommandDispatcher.h
>
16
17
namespace
MAKLogger
18
{
19
class
DtLgrEditorDriver;
20
21
class
DT_DLL_LGRCORE
DtLgrEditorThread
:
public
DtRunnable
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
:
37
DtCommandDispatcherSP
myDispatcher
;
38
39
};
40
41
42
}
43
44
#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
)