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
systemInterfacePrinter.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/remoteControlSystemInterface.h
>
12
14
class
DtSystemInterfacePrinter
:
public
MAKLogger::DtRemoteControlSystemInterface
15
{
16
public
:
17
19
DtSystemInterfacePrinter
(
MAKLogger::DtRemoteControlInterface
* rci);
20
22
virtual
~DtSystemInterfacePrinter
();
23
24
private
:
26
DtSystemInterfacePrinter
(
const
DtSystemInterfacePrinter
&);
28
DtSystemInterfacePrinter
&
operator=
(
const
DtSystemInterfacePrinter
&);
29
30
public
:
31
32
static
MAKLogger::DtRemoteControlSystemInterface
*
create
(
MAKLogger::DtRemoteControlInterface
* rci);
33
34
protected
:
35
37
38
41
virtual
void
receivedTotalState
();
42
44
virtual
void
fileDeleted
(
const
DtString& fileName);
45
47
virtual
void
fileDeletionResult
(
const
DtEntityIdentifier& source,
const
DtString& fileName,
int
deleteResult);
48
50
};
Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (
www.mak.com
)