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
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 Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (
www.mak.com
)