MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
lgrControl
recordInterfacePrinter.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 "
remoteControlRecordInterface.h
"
12
13
class
DtString;
14
16
class
DtRecordInterfacePrinter
:
public
MAKLogger::DtRemoteControlRecordInterface
17
{
18
public
:
19
21
DtRecordInterfacePrinter
(
MAKLogger::DtRemoteControlInterface
* rci);
22
24
virtual
~DtRecordInterfacePrinter
();
25
26
private
:
28
DtRecordInterfacePrinter
(
const
DtRecordInterfacePrinter
&);
30
DtRecordInterfacePrinter
&
operator=
(
const
DtRecordInterfacePrinter
&);
31
32
33
public
:
34
35
static
MAKLogger::DtRemoteControlRecordInterface
*
create
(
MAKLogger::DtRemoteControlInterface
* rci);
36
37
protected
:
38
40
41
virtual
void
newFileOpened
(
const
DtString& fileName);
42
virtual
void
newFileFailed
(
const
DtEntityIdentifier& source,
const
DtString& reason);
43
virtual
void
fileClosed
();
44
virtual
void
recordingChanged
(
bool
currentlyRecording);
45
virtual
void
recordingPausedChanged
(
bool
paused);
46
virtual
void
fileEmptyChanged
();
47
virtual
void
pauseOnRecordAsChanged
(
bool
enable);
49
};
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
)