![]() |
VR-Link API Documentation for HLA 1.3
|
class DtDiscoverObjectCbInfo: More...
Collaboration diagram for DtDiscoverObjectCbInfo:Public Member Functions | |
| DtDiscoverObjectCbInfo (RTI::ObjectClassHandle h, DtDiscoverObjectCb cb, void *usr) | |
| constructor More... | |
| virtual | ~DtDiscoverObjectCbInfo () |
| destructor More... | |
| DtDiscoverObjectCbInfo (const DtDiscoverObjectCbInfo &orig) | |
| copy constructor More... | |
| DtDiscoverObjectCbInfo & | operator= (const DtDiscoverObjectCbInfo &orig) |
| assignment operator More... | |
| virtual int | match (const DtDiscoverObjectCbInfo *const other) const |
| Check whether one callback info is equal to another. More... | |
| virtual int | operator== (const DtDiscoverObjectCbInfo &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 DtDiscoverObjectCb & | cbFunction () const |
| Get the callback function. More... | |
| virtual void * | userData () const |
| Get the user data. More... | |
Protected Attributes | |
| RTI::ObjectClassHandle | myClass |
| DtDiscoverObjectCb | myFunc |
| void * | myUsr |
class DtDiscoverObjectCbInfo:
Instances of DtDiscoverObjectCbInfo are used for providing a callback when an object which meets the federate's subscription criteria is discovered.
| DtDiscoverObjectCbInfo::DtDiscoverObjectCbInfo | ( | RTI::ObjectClassHandle | h, |
| DtDiscoverObjectCb | cb, | ||
| void * | usr | ||
| ) |
constructor
|
virtual |
destructor
| DtDiscoverObjectCbInfo::DtDiscoverObjectCbInfo | ( | const DtDiscoverObjectCbInfo & | 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.
| DtDiscoverObjectCbInfo& DtDiscoverObjectCbInfo::operator= | ( | const DtDiscoverObjectCbInfo & | 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().