MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrRemoteControlInterface
remoteControlEditorInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2011 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
9
10
11
#pragma once
12
13
#include "
remoteControlDomainInterface.h
"
14
#include "
virtualConstructor.h
"
15
16
#include <vlutil/vlString.h>
17
18
class
DtEntityIdentifier;
19
class
DtLgrResponsePdu;
20
class
DtFilename;
21
22
namespace
MAKLogger
23
{
24
27
class
DT_DLL_LGR_RCI
DtRemoteControlEditorInterface
:
public
DtRemoteControlDomainInterface
28
{
29
public
:
30
31
DT_VIRTUAL_CTR
(
DtRemoteControlEditorInterface
,(
DtRemoteControlInterface
*))
32
33
34
virtual
~
DtRemoteControlEditorInterface
();
35
36
private
:
38
DtRemoteControlEditorInterface
(
const
DtRemoteControlEditorInterface
&);
40
DtRemoteControlEditorInterface
& operator=(
const
DtRemoteControlEditorInterface
&);
41
42
public
:
43
45
46
48
50
virtual
void
processResponse(
const
DtLgrResponsePdu& responsePdu);
51
52
public
:
53
55
static
const
char
* commandToString(
int
command);
56
57
58
protected
:
59
61
62
63
64
65
66
protected
:
67
68
};
69
}
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
)