VR-Link API Documentation for HLA 1.3
Public Member Functions | Protected Attributes
DtFedTimeCbInfo Class Reference

class DtFedTimeCbInfo: More...

+ Collaboration diagram for DtFedTimeCbInfo:

List of all members.

Public Member Functions

 DtFedTimeCbInfo (DtFedTimeCb cb, void *usr)
 constructor
virtual ~DtFedTimeCbInfo ()
 destructor
 DtFedTimeCbInfo (const DtFedTimeCbInfo &orig)
 copy constructor
DtFedTimeCbInfooperator= (const DtFedTimeCbInfo &orig)
 assignment operator
virtual int match (const DtFedTimeCbInfo *const other) const
 Check whether one callback info is equal to another.
virtual int operator== (const DtFedTimeCbInfo &other) const
 Check whether one callback info is equal to another.
virtual const DtFedTimeCbcbFunction () const
 Get the callback function.
virtual void * userData () const
 Get the user data.

Protected Attributes

DtFedTimeCb myFunc
void * myUsr

Detailed Description

class DtFedTimeCbInfo:

Instances of DtFedTimeCbInfo are used for providing a callback when the RTI's Time Management services are invoked. This class is a helper class to DtFedTimeCbList.


Constructor & Destructor Documentation

constructor

virtual DtFedTimeCbInfo::~DtFedTimeCbInfo ( ) [virtual]

destructor

copy constructor


Member Function Documentation

const DtFedTimeCb & DtFedTimeCbInfo::cbFunction ( ) const [inline, virtual]

Get the callback function.

References myFunc.

virtual int DtFedTimeCbInfo::match ( const DtFedTimeCbInfo *const  other) const [virtual]

Check whether one callback info is equal to another.

DtFedTimeCbInfo& DtFedTimeCbInfo::operator= ( const DtFedTimeCbInfo orig)

assignment operator

virtual int DtFedTimeCbInfo::operator== ( const DtFedTimeCbInfo other) const [virtual]

Check whether one callback info is equal to another.

void * DtFedTimeCbInfo::userData ( ) const [inline, virtual]

Get the user data.

References myUsr.


Member Data Documentation

Referenced by cbFunction().

void* DtFedTimeCbInfo::myUsr [protected]

Referenced by userData().


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)