MAK Data Logger API Documentation for DIS
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
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 <
lgrRemoteControlInterface/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 Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)