MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcTimeScale.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 
17 {
18 public:
19 
21  DtLgrTimeScalePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
22 
24  DtLgrTimeScalePdu( const DtNetLgrControlPdu* initial,
25  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
26 
28  DtLgrTimeScalePdu( const DtEntityIdentifier& sender,
29  const DtEntityIdentifier& receiver, double scale,
30  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
31 
33  virtual ~DtLgrTimeScalePdu();
34 
37 
40 
42  virtual double timeScale() const;
43  virtual void setTimeScale( DtReal time );
44 
46  virtual DtLgrRealParams* params() const;
47 
49  virtual void printData() const;
50 
51 private:
53  DtReal myScale;
54 };
55 
56 
57 
DtReal myScale
Parameter.
Definition: lcTimeScale.h:53
Definition: lgrControlP.h:61
DtLgrControlPdu & operator=(const DtLgrControlPdu &src)
assignment operator
Instances of DtLgrTimeScalePdu are to tell a remote logger to slow down or speed up playback...
Definition: lcTimeScale.h:16
Instances of DtLgrControlPdu are a family of messages used to control a remote instance of the MAK-Lo...
Definition: lcPdu.h:137
Definition: lgrControlP.h:48
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 Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)