MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcHeartbeat.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "lcPdu.h"
12 
18 {
19 public:
20 
22  DtLgrHeartbeatPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23 
25  DtLgrHeartbeatPdu( const DtNetLgrControlPdu* initial,
26  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
27 
29  DtLgrHeartbeatPdu( const DtEntityIdentifier& sender,
30  const DtEntityIdentifier& receiver, DtReal hbeat,
31  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
32 
34  virtual ~DtLgrHeartbeatPdu();
35 
38 
41 
43  virtual DtReal heartbeat() const;
44  virtual void setHeartbeat( DtReal val );
45 
47  virtual DtLgrRealParams* params() const;
48 
50  virtual void printData() const;
51 
52 private:
54  DtReal myHeartbeat;
55 };
56 
Definition: lgrControlP.h:61
DtLgrControlPdu & operator=(const DtLgrControlPdu &src)
assignment operator
Instances of DtLgrControlPdu are a family of messages used to control a remote instance of the MAK-Lo...
Definition: lcPdu.h:139
Instances of DtLgrHeartbeatPdu are to tell a remote logger to send a packet for each playback entity ...
Definition: lcHeartbeat.h:17
Definition: lgrControlP.h:48
DtReal myHeartbeat
Parameter.
Definition: lcHeartbeat.h:54
Contains DtLgrControlPdu.
#define DT_DLL_LOGGERCONTROL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: loggerControlDefines.h:31

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)