![]() |
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 More... | |
| virtual | ~DtUpdateControlCbInfo () |
| destructor More... | |
| DtUpdateControlCbInfo (const DtUpdateControlCbInfo &orig) | |
| copy constructor More... | |
| DtUpdateControlCbInfo & | operator= (const DtUpdateControlCbInfo &orig) |
| assignment operator More... | |
| virtual int | match (const DtUpdateControlCbInfo *const other) const |
| Check whether one callback info is equal to another. More... | |
| virtual int | operator== (const DtUpdateControlCbInfo &other) const |
| Check whether one callback info is equal to another. More... | |
| virtual const RTI::ObjectHandle & | objectHandle () const |
| Get the object handle. More... | |
| virtual const DtUpdateControlCb & | cbFunction () const |
| Get the callback function. More... | |
| virtual void * | userData () const |
| Get the user data. More... | |
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 |
destructor
| DtUpdateControlCbInfo::DtUpdateControlCbInfo | ( | const DtUpdateControlCbInfo & | orig | ) |
copy constructor
|
inlinevirtual |
Get the callback function.
References myFunc.
|
virtual |
Check whether one callback info is equal to another.
|
inlinevirtual |
Get the object handle.
References myHand.
| DtUpdateControlCbInfo& DtUpdateControlCbInfo::operator= | ( | const DtUpdateControlCbInfo & | 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 objectHandle().
|
protected |
Referenced by userData().