![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for LogicalTimeImplInteger:
Collaboration diagram for LogicalTimeImplInteger:Public Member Functions | |
| LogicalTimeImplInteger () | |
| LogicalTimeImplInteger (DtLtInt64 const &value) | |
| LogicalTimeImplInteger (rti1516::LogicalTime const &value) | |
| LogicalTimeImplInteger (LogicalTimeImplInteger const &value) | |
| virtual | ~LogicalTimeImplInteger () throw () |
| virtual void | setInitial () |
| virtual bool | isInitial () const |
| virtual void | setFinal () |
| virtual bool | isFinal () const |
| virtual rti1516::LogicalTime & | operator= (rti1516::LogicalTime const &value) throw ( rti1516::InvalidLogicalTime) |
| virtual rti1516::LogicalTime & | operator+= (rti1516::LogicalTimeInterval const &addend) throw ( rti1516::IllegalTimeArithmetic, rti1516::InvalidLogicalTimeInterval) |
| virtual rti1516::LogicalTime & | operator-= (rti1516::LogicalTimeInterval const &subtrahend) throw ( rti1516::IllegalTimeArithmetic, rti1516::InvalidLogicalTimeInterval) |
| virtual bool | operator> (rti1516::LogicalTime const &value) const throw ( rti1516::InvalidLogicalTime) |
| virtual bool | operator< (rti1516::LogicalTime const &value) const throw ( rti1516::InvalidLogicalTime) |
| virtual bool | operator== (rti1516::LogicalTime const &value) const throw ( rti1516::InvalidLogicalTime) |
| virtual bool | operator>= (rti1516::LogicalTime const &value) const throw ( rti1516::InvalidLogicalTime) |
| virtual bool | operator<= (rti1516::LogicalTime const &value) const throw ( rti1516::InvalidLogicalTime) |
| virtual rti1516::VariableLengthData | encode () const |
| virtual unsigned long | encodedLength () const |
| virtual unsigned long | encode (void *buffer, unsigned long bufferSize) const throw (rti1516::CouldNotEncode) |
| virtual void | decode (rti1516::VariableLengthData const &VariableLengthData) throw ( rti1516::InternalError, rti1516::CouldNotDecode) |
| virtual void | decode (void *buffer, unsigned long bufferSize) throw ( rti1516::InternalError, rti1516::CouldNotDecode) |
| virtual std::wstring | toString () const |
| virtual std::wstring | implementationName () const |
| virtual DtLtInt64 | getTime () const |
| virtual LogicalTimeImplInteger & | operator= (const LogicalTimeImplInteger &) throw (rti1516::InvalidLogicalTime) |
| virtual rti1516::LogicalTime & | operator= (DtLtInt64 const &value) throw (rti1516::InvalidLogicalTime) |
| virtual rti1516::LogicalTime & | operator+= (DtLtInt64 const &value) throw (rti1516::InvalidLogicalTime) |
| virtual rti1516::LogicalTime & | operator-= (DtLtInt64 const &value) throw (rti1516::InvalidLogicalTime) |
| virtual bool | operator== (DtLtInt64 const &value) const throw (rti1516::InvalidLogicalTime) |
| virtual bool | operator!= (DtLtInt64 const &value) const throw (rti1516::InvalidLogicalTime) |
| virtual bool | operator!= (rti1516::LogicalTime const &value) const throw (rti1516::InvalidLogicalTime) |
| virtual bool | operator> (DtLtInt64 const &value) const throw (rti1516::InvalidLogicalTime) |
| virtual bool | operator< (DtLtInt64 const &value) const throw (rti1516::InvalidLogicalTime) |
| virtual bool | operator>= (DtLtInt64 const &value) const throw (rti1516::InvalidLogicalTime) |
| virtual bool | operator<= (DtLtInt64 const &value) const throw (rti1516::InvalidLogicalTime) |
Static Public Attributes | |
| static std::wstring | theImplementationName |
Private Attributes | |
| DtLtInt64 | myLogicalTime |
| DtLtInt64 | myZero |
| DtLtInt64 | myEpsilon |
| DtLtInt64 | myPositiveInfinity |
Friends | |
| class | LogicalTimeIntervalImplInteger |
| LogicalTimeImplInteger::LogicalTimeImplInteger | ( | DtLtInt64 const & | value | ) |
| LogicalTimeImplInteger::LogicalTimeImplInteger | ( | rti1516::LogicalTime const & | value | ) |
References myLogicalTime.
| LogicalTimeImplInteger::LogicalTimeImplInteger | ( | LogicalTimeImplInteger const & | value | ) |
| LogicalTimeImplInteger::~LogicalTimeImplInteger | ( | ) | throw () [virtual] |
| void LogicalTimeImplInteger::decode | ( | rti1516::VariableLengthData const & | VariableLengthData | ) | throw ( rti1516::InternalError, rti1516::CouldNotDecode) [virtual] |
Implements rti1516::LogicalTime.
References rti1516::VariableLengthData::data(), and rti1516::VariableLengthData::size().
| void LogicalTimeImplInteger::decode | ( | void * | buffer, |
| unsigned long | bufferSize | ||
| ) | throw ( rti1516::InternalError, rti1516::CouldNotDecode) [virtual] |
Implements rti1516::LogicalTime.
| VariableLengthData LogicalTimeImplInteger::encode | ( | ) | const [virtual] |
Implements rti1516::LogicalTime.
References myLogicalTime.
| unsigned long LogicalTimeImplInteger::encode | ( | void * | buffer, |
| unsigned long | bufferSize | ||
| ) | const throw (rti1516::CouldNotEncode) [virtual] |
Implements rti1516::LogicalTime.
| unsigned long LogicalTimeImplInteger::encodedLength | ( | ) | const [virtual] |
Implements rti1516::LogicalTime.
| DtLtInt64 LogicalTimeImplInteger::getTime | ( | ) | const [virtual] |
References myLogicalTime.
| std::wstring LogicalTimeImplInteger::implementationName | ( | ) | const [virtual] |
Implements rti1516::LogicalTime.
References theImplementationName.
| bool LogicalTimeImplInteger::isFinal | ( | ) | const [virtual] |
Implements rti1516::LogicalTime.
References myLogicalTime, and myPositiveInfinity.
| bool LogicalTimeImplInteger::isInitial | ( | ) | const [virtual] |
Implements rti1516::LogicalTime.
References myLogicalTime, and myZero.
| bool LogicalTimeImplInteger::operator!= | ( | DtLtInt64 const & | value | ) | const throw (rti1516::InvalidLogicalTime) [virtual] |
| bool LogicalTimeImplInteger::operator!= | ( | rti1516::LogicalTime const & | value | ) | const throw (rti1516::InvalidLogicalTime) [virtual] |
| LogicalTime & LogicalTimeImplInteger::operator+= | ( | rti1516::LogicalTimeInterval const & | addend | ) | throw ( rti1516::IllegalTimeArithmetic, rti1516::InvalidLogicalTimeInterval) [virtual] |
Implements rti1516::LogicalTime.
| LogicalTime & LogicalTimeImplInteger::operator+= | ( | DtLtInt64 const & | value | ) | throw (rti1516::InvalidLogicalTime) [virtual] |
| LogicalTime & LogicalTimeImplInteger::operator-= | ( | rti1516::LogicalTimeInterval const & | subtrahend | ) | throw ( rti1516::IllegalTimeArithmetic, rti1516::InvalidLogicalTimeInterval) [virtual] |
Implements rti1516::LogicalTime.
| LogicalTime & LogicalTimeImplInteger::operator-= | ( | DtLtInt64 const & | value | ) | throw (rti1516::InvalidLogicalTime) [virtual] |
| bool LogicalTimeImplInteger::operator< | ( | rti1516::LogicalTime const & | value | ) | const throw ( rti1516::InvalidLogicalTime) [virtual] |
Implements rti1516::LogicalTime.
| bool LogicalTimeImplInteger::operator< | ( | DtLtInt64 const & | value | ) | const throw (rti1516::InvalidLogicalTime) [virtual] |
| bool LogicalTimeImplInteger::operator<= | ( | rti1516::LogicalTime const & | value | ) | const throw ( rti1516::InvalidLogicalTime) [virtual] |
Implements rti1516::LogicalTime.
| bool LogicalTimeImplInteger::operator<= | ( | DtLtInt64 const & | value | ) | const throw (rti1516::InvalidLogicalTime) [virtual] |
| LogicalTime & LogicalTimeImplInteger::operator= | ( | rti1516::LogicalTime const & | value | ) | throw ( rti1516::InvalidLogicalTime) [virtual] |
Implements rti1516::LogicalTime.
| LogicalTimeImplInteger & LogicalTimeImplInteger::operator= | ( | const LogicalTimeImplInteger & | theTime | ) | throw (rti1516::InvalidLogicalTime) [virtual] |
| LogicalTime & LogicalTimeImplInteger::operator= | ( | DtLtInt64 const & | value | ) | throw (rti1516::InvalidLogicalTime) [virtual] |
| bool LogicalTimeImplInteger::operator== | ( | rti1516::LogicalTime const & | value | ) | const throw ( rti1516::InvalidLogicalTime) [virtual] |
Implements rti1516::LogicalTime.
| bool LogicalTimeImplInteger::operator== | ( | DtLtInt64 const & | value | ) | const throw (rti1516::InvalidLogicalTime) [virtual] |
| bool LogicalTimeImplInteger::operator> | ( | rti1516::LogicalTime const & | value | ) | const throw ( rti1516::InvalidLogicalTime) [virtual] |
Implements rti1516::LogicalTime.
| bool LogicalTimeImplInteger::operator> | ( | DtLtInt64 const & | value | ) | const throw (rti1516::InvalidLogicalTime) [virtual] |
| bool LogicalTimeImplInteger::operator>= | ( | rti1516::LogicalTime const & | value | ) | const throw ( rti1516::InvalidLogicalTime) [virtual] |
Implements rti1516::LogicalTime.
| bool LogicalTimeImplInteger::operator>= | ( | DtLtInt64 const & | value | ) | const throw (rti1516::InvalidLogicalTime) [virtual] |
| void LogicalTimeImplInteger::setFinal | ( | ) | [virtual] |
Implements rti1516::LogicalTime.
References myLogicalTime, and myPositiveInfinity.
| void LogicalTimeImplInteger::setInitial | ( | ) | [virtual] |
Implements rti1516::LogicalTime.
References myLogicalTime, and myZero.
| std::wstring LogicalTimeImplInteger::toString | ( | ) | const [virtual] |
Implements rti1516::LogicalTime.
References myLogicalTime.
friend class LogicalTimeIntervalImplInteger [friend] |
DtLtInt64 LogicalTimeImplInteger::myEpsilon [private] |
Referenced by encode(), getTime(), isFinal(), isInitial(), LogicalTimeImplInteger(), setFinal(), setInitial(), and toString().
Referenced by isFinal(), and setFinal().
DtLtInt64 LogicalTimeImplInteger::myZero [private] |
Referenced by isInitial(), and setInitial().
std::wstring LogicalTimeImplInteger::theImplementationName [static] |
Referenced by implementationName().