![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of DtUpdateControlCbInfo are used for providing a callback when the RTI update control services are invoked. More...
Collaboration diagram for DtUpdateControlCbInfo:Public Member Functions | |
| DtUpdateControlCbInfo (RTI::ObjectHandle hand, DtUpdateControlCb cb, void *usr) | |
| constructor | |
| virtual | ~DtUpdateControlCbInfo () |
| destructor | |
| DtUpdateControlCbInfo (const DtUpdateControlCbInfo &orig) | |
| copy constructor | |
| DtUpdateControlCbInfo & | operator= (const DtUpdateControlCbInfo &orig) |
| assignment operator | |
| virtual int | match (const DtUpdateControlCbInfo *const other) const |
| Check whether one callback info is equal to another. | |
| virtual int | operator== (const DtUpdateControlCbInfo &other) const |
| Check whether one callback info is equal to another. | |
| virtual const RTI::ObjectHandle & | objectHandle () const |
| Get the object handle. | |
| virtual const DtUpdateControlCb & | cbFunction () const |
| Get the callback function. | |
| virtual void * | userData () const |
| Get the user data. | |
Protected Attributes | |
| RTI::ObjectHandle | myHand |
| DtUpdateControlCb | myFunc |
| void * | myUsr |
Instances of DtUpdateControlCbInfo are used for providing a callback when the RTI update control services are invoked.
This class is a helper class to DtUpdateControlCbList.
| DtUpdateControlCbInfo::DtUpdateControlCbInfo | ( | RTI::ObjectHandle | hand, |
| DtUpdateControlCb | cb, | ||
| void * | usr | ||
| ) |
constructor
| virtual DtUpdateControlCbInfo::~DtUpdateControlCbInfo | ( | ) | [virtual] |
destructor
| DtUpdateControlCbInfo::DtUpdateControlCbInfo | ( | const DtUpdateControlCbInfo & | orig | ) |
copy constructor
| const DtUpdateControlCb & DtUpdateControlCbInfo::cbFunction | ( | ) | const [inline, virtual] |
Get the callback function.
References myFunc.
| virtual int DtUpdateControlCbInfo::match | ( | const DtUpdateControlCbInfo *const | other | ) | const [virtual] |
Check whether one callback info is equal to another.
| const RTI::ObjectHandle & DtUpdateControlCbInfo::objectHandle | ( | ) | const [inline, virtual] |
Get the object handle.
References myHand.
| DtUpdateControlCbInfo& DtUpdateControlCbInfo::operator= | ( | const DtUpdateControlCbInfo & | orig | ) |
assignment operator
| virtual int DtUpdateControlCbInfo::operator== | ( | const DtUpdateControlCbInfo & | other | ) | const [virtual] |
Check whether one callback info is equal to another.
| void * DtUpdateControlCbInfo::userData | ( | ) | const [inline, virtual] |
Get the user data.
References myUsr.
DtUpdateControlCb DtUpdateControlCbInfo::myFunc [protected] |
Referenced by cbFunction().
RTI::ObjectHandle DtUpdateControlCbInfo::myHand [protected] |
Referenced by objectHandle().
void* DtUpdateControlCbInfo::myUsr [protected] |
Referenced by userData().