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
lgrRemoteGui
lgrRemoteRecordInterfaceResponseHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2011 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include <
lgrRemoteControlInterface/remoteControlRecordInterface.h
>
12
#include <
lgrRemoteGui/lgrRemoteGui.h
>
13
14
class
DtString
;
15
16
namespace
MAKLogger
17
{
18
20
class
DT_DLL_LGRREMOTEGUI
DtLgrRemoteRecordResponseHandler
:
public
DtRemoteControlRecordInterface
21
{
22
public
:
23
25
DtLgrRemoteRecordResponseHandler
(
DtRemoteControlInterface
* rci);
26
28
virtual
~
DtLgrRemoteRecordResponseHandler
();
29
30
private
:
32
DtLgrRemoteRecordResponseHandler
(
const
DtLgrRemoteRecordResponseHandler
&);
34
DtLgrRemoteRecordResponseHandler
& operator=(
const
DtLgrRemoteRecordResponseHandler
&);
35
36
37
public
:
38
39
static
DtRemoteControlRecordInterface
* create(
DtRemoteControlInterface
* rci);
40
41
protected
:
42
44
45
virtual
void
newFileFailed(
const
DtEntityIdentifier& source,
const
DtString
& reason);
47
};
48
49
50
}
51
Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (
www.mak.com
)