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
libsrc
loggerControlToolkit
libsrc
loggerControl
lcEmpty.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include "
loggerControlDefines.h
"
12
#include "
lcPdu.h
"
13
17
class
DT_DLL_LOGGERCONTROL
DtLgrEmptyPdu
:
public
DtLgrControlPdu
18
{
19
public
:
20
22
DtLgrEmptyPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23
25
DtLgrEmptyPdu
(
const
DtNetLgrControlPdu
* initial,
26
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
27
29
DtLgrEmptyPdu
(
const
DtEntityIdentifier& sender,
30
const
DtEntityIdentifier& receiver,
31
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
32
34
virtual
~
DtLgrEmptyPdu
();
35
37
DtLgrEmptyPdu
(
const
DtLgrEmptyPdu
& src );
38
40
DtLgrEmptyPdu
&
operator=
(
const
DtLgrEmptyPdu
& src );
41
};
42
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
)