MAK RTIspy API Documentation for HLA 1516
List of all members | Public Member Functions | Static Public Attributes | Private Attributes | Friends
LogicalTimeImplInteger Class Reference
+ 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::LogicalTimeoperator= (rti1516::LogicalTime const &value) throw ( rti1516::InvalidLogicalTime)
virtual rti1516::LogicalTimeoperator+= (rti1516::LogicalTimeInterval const &addend) throw ( rti1516::IllegalTimeArithmetic, rti1516::InvalidLogicalTimeInterval)
virtual rti1516::LogicalTimeoperator-= (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 LogicalTimeImplIntegeroperator= (const LogicalTimeImplInteger &) throw (rti1516::InvalidLogicalTime)
virtual rti1516::LogicalTimeoperator= (DtLtInt64 const &value) throw (rti1516::InvalidLogicalTime)
virtual rti1516::LogicalTimeoperator+= (DtLtInt64 const &value) throw (rti1516::InvalidLogicalTime)
virtual rti1516::LogicalTimeoperator-= (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)
- Public Member Functions inherited from rti1516::LogicalTime
virtual ~LogicalTime ()=0 throw ()

Static Public Attributes

static std::wstring theImplementationName

Private Attributes

DtLtInt64 myLogicalTime
DtLtInt64 myZero
DtLtInt64 myEpsilon
DtLtInt64 myPositiveInfinity

Friends

class LogicalTimeIntervalImplInteger

Constructor & Destructor Documentation

LogicalTimeImplInteger::LogicalTimeImplInteger ( )
LogicalTimeImplInteger::LogicalTimeImplInteger ( DtLtInt64 const &  value)
LogicalTimeImplInteger::LogicalTimeImplInteger ( rti1516::LogicalTime const &  value)

References myLogicalTime.

LogicalTimeImplInteger::LogicalTimeImplInteger ( LogicalTimeImplInteger const &  value)
LogicalTimeImplInteger::~LogicalTimeImplInteger ( ) throw ()
virtual

Member Function Documentation

void LogicalTimeImplInteger::decode ( rti1516::VariableLengthData const &  VariableLengthData) throw ( rti1516::InternalError, rti1516::CouldNotDecode)
virtual
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
bool LogicalTimeImplInteger::isFinal ( ) const
virtual
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

References interval.

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
void LogicalTimeImplInteger::setInitial ( )
virtual

Implements rti1516::LogicalTime.

References myLogicalTime, and myZero.

std::wstring LogicalTimeImplInteger::toString ( ) const
virtual

Implements rti1516::LogicalTime.

References myLogicalTime.

Friends And Related Function Documentation

friend class LogicalTimeIntervalImplInteger
friend

Member Data Documentation

DtLtInt64 LogicalTimeImplInteger::myEpsilon
private
DtLtInt64 LogicalTimeImplInteger::myLogicalTime
private
DtLtInt64 LogicalTimeImplInteger::myPositiveInfinity
private

Referenced by isFinal(), and setFinal().

DtLtInt64 LogicalTimeImplInteger::myZero
private

Referenced by isInitial(), and setInitial().

std::wstring LogicalTimeImplInteger::theImplementationName
static

Referenced by implementationName().


The documentation for this class was generated from the following files:

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)