MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
legacyLoggerControl
legacyLcEnd.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrEndPdu_H_
7
#define DtLgcyLgrEndPdu_H_
8
9
#include "
legacyLoggerControlDefines.h
"
10
#include "
legacyLcPdu.h
"
11
15
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrEndPdu
:
public
DtLgcyLgrControlPdu
16
{
17
public
:
18
20
DtLgcyLgrEndPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
21
23
DtLgcyLgrEndPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
24
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
25
27
DtLgcyLgrEndPdu
( DtGlobalObjectDesignator& sender,
28
DtGlobalObjectDesignator& receiver,
29
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
30
32
virtual
~
DtLgcyLgrEndPdu
();
33
35
DtLgcyLgrEndPdu
(
const
DtLgcyLgrEndPdu
& src );
36
38
DtLgcyLgrEndPdu
&
operator=
(
const
DtLgcyLgrEndPdu
& src );
39
};
40
41
#endif
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
)