MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSim
lcLegacy.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
lgrSim.h
"
12
13
#include <lcPdu.h>
14
15
class
DtLgcyLgrControlPdu
;
16
17
namespace
MAKLogger
18
{
19
21
22
class
DT_DLL_LGRSIM
DtLgrLegacyPdu
:
public
DtLgrControlPdu
23
{
24
public
:
25
27
DtLgrLegacyPdu
(
const
DtLgcyLgrControlPdu
* legacyPdu, DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
28
30
virtual
~
DtLgrLegacyPdu
();
31
33
DtLgrLegacyPdu
(
const
DtLgrLegacyPdu
& src );
34
36
DtLgrLegacyPdu
& operator=(
const
DtLgrLegacyPdu
& src );
37
39
virtual
DtNetLgrControlParams* defaultParams()
const
;
40
42
virtual
void
printData()
const
;
43
44
private
:
46
47
};
48
49
}
Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)