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
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 <
lgrRemoteControlInterface/remoteControlDomainInterface.h
>
14
#include <
lgrUtil/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 Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)