![]() |
VR-Link API Documentation for HLA 1.3
|
class DtFedTimeCbInfo: More...
Collaboration diagram for DtFedTimeCbInfo:Public Member Functions | |
| DtFedTimeCbInfo (DtFedTimeCb cb, void *usr) | |
| constructor | |
| virtual | ~DtFedTimeCbInfo () |
| destructor | |
| DtFedTimeCbInfo (const DtFedTimeCbInfo &orig) | |
| copy constructor | |
| DtFedTimeCbInfo & | operator= (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 DtFedTimeCb & | cbFunction () const |
| Get the callback function. | |
| virtual void * | userData () const |
| Get the user data. | |
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 DtFedTimeCbInfo::~DtFedTimeCbInfo | ( | ) | [virtual] |
destructor
| DtFedTimeCbInfo::DtFedTimeCbInfo | ( | const DtFedTimeCbInfo & | orig | ) |
copy constructor
| 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.
DtFedTimeCb DtFedTimeCbInfo::myFunc [protected] |
Referenced by cbFunction().
void* DtFedTimeCbInfo::myUsr [protected] |
Referenced by userData().