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