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
lcLgrHeartbeat.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
lcTotalState.h
"
12
13
18
class
DT_DLL_LOGGERCONTROL
DtLgrLgrHeartbeatPdu
:
public
DtLgrTotalStatePdu
19
{
20
public
:
21
23
DtLgrLgrHeartbeatPdu
(
24
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
25
27
DtLgrLgrHeartbeatPdu
(
const
DtNetLgrControlPdu
*,
28
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
29
31
DtLgrLgrHeartbeatPdu
(
const
DtEntityIdentifier& sender,
32
const
DtEntityIdentifier& receiver,
33
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
34
36
virtual
~
DtLgrLgrHeartbeatPdu
();
37
39
DtLgrLgrHeartbeatPdu
(
const
DtLgrLgrHeartbeatPdu
& );
40
42
DtLgrLgrHeartbeatPdu
&
operator=
(
const
DtLgrLgrHeartbeatPdu
& );
43
44
protected
:
45
46
};
47
48
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
)