MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HLAfloat64TimeImpl1516_2025.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*********************************************************************
6 ** $RCSfile: logicalTimeImplFloat.cxx,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifdef DtIFSPEC1516_2025
10 
11 #include "rtiMsConfig.h"
15 
16 namespace rti1516_2025
17 {
18  class DT_DLL_LRC HLAfloat64TimeImpl
19  {
20  public:
21 
23  HLAfloat64TimeImpl();
24  HLAfloat64TimeImpl(double const & value);
25  HLAfloat64TimeImpl(HLAfloat64TimeImpl const & value);
26 
28  virtual ~HLAfloat64TimeImpl ();
29 
31  virtual void setInitial ();
32  virtual bool isInitial () const;
33  virtual void setFinal ();
34  virtual bool isFinal () const;
35 
37  virtual rti1516_2025::HLAfloat64TimeImpl& operator= (double value);
38  virtual rti1516_2025::HLAfloat64TimeImpl& operator= (const rti1516_2025::HLAfloat64TimeImpl& value);
39 
41  virtual rti1516_2025::HLAfloat64TimeImpl& operator+= (double addend);
42 
43  virtual rti1516_2025::HLAfloat64TimeImpl& operator-= (double subtrahend);
44 
45  virtual bool operator> (double value) const;
46 
47  virtual bool operator< (double value) const;
48 
49  virtual bool operator== (double value) const;
50 
51  virtual bool operator>= (double value) const;
52 
53  virtual bool operator<= (double value) const;
54 
56  virtual double getTime () const;
57  virtual void setTime (double value);
58 
59  protected:
60 
61  double myLogicalTime;
62  static const double theZero;
63  static const double thePositiveInfinity;
64  };
65 }
66 
67 #endif // DtIFSPEC1516_2025
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)