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
include
legacyLoggerControl
legacyLcDelFile.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrDelFilePdu_H_
7
#define DtLgcyLgrDelFilePdu_H_
8
9
#include "
legacyLoggerControlDefines.h
"
10
11
#include "
legacyLcPdu.h
"
12
#include <vlutil/vlFilename.h>
13
17
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrDelFilePdu
:
public
DtLgcyLgrControlPdu
18
{
19
public
:
20
22
DtLgcyLgrDelFilePdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23
25
DtLgcyLgrDelFilePdu
(
const
DtNetLgcyLgrControlPdu
* initial,
26
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
27
29
DtLgcyLgrDelFilePdu
( DtGlobalObjectDesignator& sender,
30
DtGlobalObjectDesignator& receiver,
const
char
* name,
31
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
32
34
virtual
~
DtLgcyLgrDelFilePdu
();
35
37
DtLgcyLgrDelFilePdu
(
const
DtLgcyLgrDelFilePdu
& src );
38
40
DtLgcyLgrDelFilePdu
&
operator=
(
const
DtLgcyLgrDelFilePdu
& src );
41
43
virtual
const
char
* filename()
const
;
44
virtual
void
setFilename(
const
char
* path );
45
47
virtual
DtLgcyLgrStringParams
* params()
const
;
48
50
virtual
void
printData
()
const
;
51
52
private
:
54
DtFilename
myFilename
;
55
};
56
57
#endif
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
)