![]() |
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 | |
| virtual | ~DtRegControlCbInfo () |
| destructor | |
| DtRegControlCbInfo (const DtRegControlCbInfo &orig) | |
| copy constructor | |
| DtRegControlCbInfo & | operator= (const DtRegControlCbInfo &orig) |
| assignment operator | |
| virtual int | match (const DtRegControlCbInfo *const other) const |
| Check whether one callback info is equal to another. | |
| virtual int | operator== (const DtRegControlCbInfo &other) const |
| Check whether one callback info is equal to another. | |
| virtual const RTI::ObjectClassHandle & | objectClass () const |
| Get the object class handle. | |
| virtual const DtRegControlCb & | cbFunction () const |
| Get the callback function. | |
| virtual void * | userData () const |
| Get the user data. | |
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 DtRegControlCbInfo::~DtRegControlCbInfo | ( | ) | [virtual] |
destructor
| DtRegControlCbInfo::DtRegControlCbInfo | ( | const DtRegControlCbInfo & | orig | ) |
copy constructor
| const DtRegControlCb & DtRegControlCbInfo::cbFunction | ( | ) | const [inline, virtual] |
Get the callback function.
References myFunc.
| virtual int DtRegControlCbInfo::match | ( | const DtRegControlCbInfo *const | other | ) | const [virtual] |
Check whether one callback info is equal to another.
| const RTI::ObjectClassHandle & DtRegControlCbInfo::objectClass | ( | ) | const [inline, virtual] |
Get the object class handle.
References myClass.
| DtRegControlCbInfo& DtRegControlCbInfo::operator= | ( | const DtRegControlCbInfo & | orig | ) |
assignment operator
| virtual int DtRegControlCbInfo::operator== | ( | const DtRegControlCbInfo & | other | ) | const [virtual] |
Check whether one callback info is equal to another.
| void * DtRegControlCbInfo::userData | ( | ) | const [inline, virtual] |
Get the user data.
References myUsr.
RTI::ObjectClassHandle DtRegControlCbInfo::myClass [protected] |
Referenced by objectClass().
DtRegControlCb DtRegControlCbInfo::myFunc [protected] |
Referenced by cbFunction().
void* DtRegControlCbInfo::myUsr [protected] |
Referenced by userData().