MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
legacyLoggerControl
legacyLcEmpty.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
7
#ifndef DtLgcyLgrEmptyPdu_H_
8
#define DtLgcyLgrEmptyPdu_H_
9
10
#include "
legacyLoggerControlDefines.h
"
11
#include "
legacyLcPdu.h
"
12
16
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrEmptyPdu
:
public
DtLgcyLgrControlPdu
17
{
18
public
:
19
21
DtLgcyLgrEmptyPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
22
24
DtLgcyLgrEmptyPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
25
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
26
28
DtLgcyLgrEmptyPdu
( DtGlobalObjectDesignator& sender,
29
DtGlobalObjectDesignator& receiver,
30
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
31
33
virtual
~
DtLgcyLgrEmptyPdu
();
34
36
DtLgcyLgrEmptyPdu
(
const
DtLgcyLgrEmptyPdu
& src );
37
39
DtLgcyLgrEmptyPdu
&
operator=
(
const
DtLgcyLgrEmptyPdu
& src );
40
};
41
42
#endif
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)