MAK RTIspy API Documentation for HLA 1516
HLAfloat64TimeImpl1516e.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 DtIFSPEC1516E
10 
11 #include "rtiMsConfig.h"
15 
16 namespace rti1516e
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 rti1516e::HLAfloat64TimeImpl& operator= (double value);
38  virtual rti1516e::HLAfloat64TimeImpl& operator= (const rti1516e::HLAfloat64TimeImpl& value);
39 
41  virtual rti1516e::HLAfloat64TimeImpl& operator+= (double addend)
42  throw (rti1516e::IllegalTimeArithmetic);
43 
44  virtual rti1516e::HLAfloat64TimeImpl& operator-= (double subtrahend)
45  throw (rti1516e::IllegalTimeArithmetic);
46 
48  virtual double getTime () const;
49  virtual void setTime (double value);
50 
51  protected:
52 
53  double myLogicalTime;
54  static const double theZero;
55  static const double thePositiveInfinity;
56  };
57 }
58 
59 #endif // DtIFSPEC1516E

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)