9 #ifdef DtIFSPEC1516_2025
13 #include <RTI/time/HLAfloat64Time.h>
14 #include <RTI/time/HLAfloat64TimeFactory.h>
16 namespace rti1516_2025
24 HLAfloat64TimeImpl(
double const & value);
25 HLAfloat64TimeImpl(HLAfloat64TimeImpl
const & value);
28 virtual ~HLAfloat64TimeImpl ();
31 virtual void setInitial ();
32 virtual bool isInitial ()
const;
33 virtual void setFinal ();
34 virtual bool isFinal ()
const;
37 virtual rti1516_2025::HLAfloat64TimeImpl& operator= (
double value);
38 virtual rti1516_2025::HLAfloat64TimeImpl& operator= (
const rti1516_2025::HLAfloat64TimeImpl& value);
41 virtual rti1516_2025::HLAfloat64TimeImpl& operator+= (
double addend);
43 virtual rti1516_2025::HLAfloat64TimeImpl& operator-= (
double subtrahend);
45 virtual bool operator> (
double value)
const;
47 virtual bool operator< (
double value)
const;
49 virtual bool operator== (
double value)
const;
51 virtual bool operator>= (
double value)
const;
53 virtual bool operator<= (
double value)
const;
56 virtual double getTime ()
const;
57 virtual void setTime (
double value);
62 static const double theZero;
63 static const double thePositiveInfinity;
67 #endif // DtIFSPEC1516_2025
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155