MAK Data Logger API Documentation for HLA
legacyLcTimeScale.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrTimeScalePdu_H_
7 #define DtLgcyLgrTimeScalePdu_H_
8 
9 #include "legacyLcPdu.h"
10 
15 {
16 public:
17 
19  DtLgcyLgrTimeScalePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
20 
23  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24 
26  DtLgcyLgrTimeScalePdu( DtGlobalObjectDesignator& sender,
27  DtGlobalObjectDesignator& receiver, double scale,
28  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
29 
31  virtual ~DtLgcyLgrTimeScalePdu();
32 
35 
38 
40  virtual double timeScale() const;
41  virtual void setTimeScale( DtReal time );
42 
44  virtual DtLgcyLgrRealParams* params() const;
45 
47  virtual void printData() const;
48 
49 private:
51  DtReal myScale;
52 };
53 
54 #endif
55 
56 

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)