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