MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HLAinteger64TimeImpl1516e.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"
13 #include <RTI/time/HLAinteger64Time.h>
14 #include <RTI/time/HLAinteger64TimeFactory.h>
15 
16 namespace rti1516e
17 {
18  class DT_DLL_LRC HLAinteger64TimeImpl
19  {
20  public:
21 
23  HLAinteger64TimeImpl();
24  HLAinteger64TimeImpl(Integer64 const & value);
25  HLAinteger64TimeImpl(HLAinteger64TimeImpl const & value);
26 
28  virtual ~HLAinteger64TimeImpl ();
29 
31  virtual void setInitial ();
32  virtual bool isInitial () const;
33  virtual void setFinal ();
34  virtual bool isFinal () const;
35 
37  virtual rti1516e::HLAinteger64TimeImpl& operator= (Integer64 value);
38  virtual rti1516e::HLAinteger64TimeImpl& operator= (const rti1516e::HLAinteger64TimeImpl& value);
39 
41  virtual rti1516e::HLAinteger64TimeImpl& operator+= (Integer64 addend)
42  throw (rti1516e::IllegalTimeArithmetic);
43 
44  virtual rti1516e::HLAinteger64TimeImpl& operator-= (Integer64 subtrahend)
45  throw (rti1516e::IllegalTimeArithmetic);
46 
48  virtual Integer64 getTime () const;
49  virtual void setTime (Integer64 value);
50 
51  protected:
52 
53  Integer64 myLogicalTime;
54  static const Integer64 theZero;
55  static const Integer64 thePositiveInfinity;
56  };
57 }
58 
59 #endif // DtIFSPEC1516E
#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)