MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
legacyLoggerControl
legacyLcHeartbeat.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrHeartbeatPdu_H_
7
#define DtLgcyLgrHeartbeatPdu_H_
8
9
#include "
legacyLcPdu.h
"
10
15
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrHeartbeatPdu
:
public
DtLgcyLgrControlPdu
16
{
17
public
:
18
20
DtLgcyLgrHeartbeatPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
21
23
DtLgcyLgrHeartbeatPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
24
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
25
27
DtLgcyLgrHeartbeatPdu
( DtGlobalObjectDesignator& sender,
28
DtGlobalObjectDesignator& receiver, DtReal hbeat,
29
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
30
32
virtual
~
DtLgcyLgrHeartbeatPdu
();
33
35
DtLgcyLgrHeartbeatPdu
(
const
DtLgcyLgrHeartbeatPdu
& src );
36
38
DtLgcyLgrHeartbeatPdu
&
operator=
(
const
DtLgcyLgrHeartbeatPdu
& src );
39
41
virtual
DtReal heartbeat()
const
;
42
virtual
void
setHeartbeat( DtReal val );
43
45
virtual
DtLgcyLgrRealParams
* params()
const
;
46
48
virtual
void
printData
()
const
;
49
50
private
:
52
DtReal
myHeartbeat
;
53
};
54
55
#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
)