![]() |
VR-Link API Documentation for HLA 1.3
|
class DtFedTimeCbInfo: More...
Collaboration diagram for DtFedTimeCbInfo:Public Member Functions | |
| DtFedTimeCbInfo (DtFedTimeCb cb, void *usr) | |
| constructor More... | |
| virtual | ~DtFedTimeCbInfo () |
| destructor More... | |
| DtFedTimeCbInfo (const DtFedTimeCbInfo &orig) | |
| copy constructor More... | |
| DtFedTimeCbInfo & | operator= (const DtFedTimeCbInfo &orig) |
| assignment operator More... | |
| virtual int | match (const DtFedTimeCbInfo *const other) const |
| Check whether one callback info is equal to another. More... | |
| virtual int | operator== (const DtFedTimeCbInfo &other) const |
| Check whether one callback info is equal to another. More... | |
| virtual const DtFedTimeCb & | cbFunction () const |
| Get the callback function. More... | |
| virtual void * | userData () const |
| Get the user data. More... | |
Protected Attributes | |
| DtFedTimeCb | myFunc |
| void * | myUsr |
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.
| DtFedTimeCbInfo::DtFedTimeCbInfo | ( | DtFedTimeCb | cb, |
| void * | usr | ||
| ) |
constructor
|
virtual |
destructor
| DtFedTimeCbInfo::DtFedTimeCbInfo | ( | const DtFedTimeCbInfo & | orig | ) |
copy constructor
|
inlinevirtual |
Get the callback function.
References myFunc.
|
virtual |
Check whether one callback info is equal to another.
| DtFedTimeCbInfo& DtFedTimeCbInfo::operator= | ( | const DtFedTimeCbInfo & | orig | ) |
assignment operator
|
virtual |
Check whether one callback info is equal to another.
|
inlinevirtual |
Get the user data.
References myUsr.
|
protected |
Referenced by cbFunction().
|
protected |
Referenced by userData().