MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
rti1516e::LogicalTimeFactory Class Referenceabstract
+ Inheritance diagram for rti1516e::LogicalTimeFactory:

Public Member Functions

virtual ~LogicalTimeFactory ()=0 throw ()
 
virtual std::auto_ptr
< LogicalTime
makeInitial ()=0 throw ( InternalError)
 
virtual std::auto_ptr
< LogicalTime
makeFinal ()=0 throw ( InternalError)
 
virtual std::auto_ptr
< LogicalTimeInterval
makeZero ()=0 throw ( InternalError)
 
virtual std::auto_ptr
< LogicalTimeInterval
makeEpsilon ()=0 throw ( InternalError)
 
virtual std::auto_ptr
< LogicalTime
decodeLogicalTime (VariableLengthData const &encodedLogicalTime)=0 throw ( InternalError, CouldNotDecode)
 
virtual std::auto_ptr
< LogicalTime
decodeLogicalTime (void *buffer, size_t bufferSize)=0 throw ( InternalError, CouldNotDecode)
 
virtual std::auto_ptr
< LogicalTimeInterval
decodeLogicalTimeInterval (VariableLengthData const &encodedValue)=0 throw ( InternalError, CouldNotDecode)
 
virtual std::auto_ptr
< LogicalTimeInterval
decodeLogicalTimeInterval (void *buffer, size_t bufferSize)=0 throw ( InternalError, CouldNotDecode)
 
virtual std::wstring getName () const =0
 

Constructor & Destructor Documentation

virtual rti1516e::LogicalTimeFactory::~LogicalTimeFactory ( )
throw (
)
pure virtual

Member Function Documentation

virtual std::auto_ptr< LogicalTime > rti1516e::LogicalTimeFactory::decodeLogicalTime ( VariableLengthData const &  encodedLogicalTime)
throw ( InternalError,
CouldNotDecode
)
pure virtual
virtual std::auto_ptr< LogicalTime > rti1516e::LogicalTimeFactory::decodeLogicalTime ( void *  buffer,
size_t  bufferSize 
)
throw ( InternalError,
CouldNotDecode
)
pure virtual
virtual std::auto_ptr< LogicalTimeInterval > rti1516e::LogicalTimeFactory::decodeLogicalTimeInterval ( VariableLengthData const &  encodedValue)
throw ( InternalError,
CouldNotDecode
)
pure virtual
virtual std::auto_ptr< LogicalTimeInterval > rti1516e::LogicalTimeFactory::decodeLogicalTimeInterval ( void *  buffer,
size_t  bufferSize 
)
throw ( InternalError,
CouldNotDecode
)
pure virtual
virtual std::wstring rti1516e::LogicalTimeFactory::getName ( ) const
pure virtual
virtual std::auto_ptr< LogicalTimeInterval > rti1516e::LogicalTimeFactory::makeEpsilon ( )
throw (InternalError
)
pure virtual
virtual std::auto_ptr< LogicalTime > rti1516e::LogicalTimeFactory::makeFinal ( )
throw (InternalError
)
pure virtual
virtual std::auto_ptr< LogicalTime > rti1516e::LogicalTimeFactory::makeInitial ( )
throw (InternalError
)
pure virtual
virtual std::auto_ptr< LogicalTimeInterval > rti1516e::LogicalTimeFactory::makeZero ( )
throw (InternalError
)
pure virtual

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

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)