![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of DtReflectAttributeValuesCbInfo are used for providing a callback when attributes change for an object in federation. More...
Collaboration diagram for DtReflectAttributeValuesCbInfo:Public Member Functions | |
| DtReflectAttributeValuesCbInfo (RTI::ObjectHandle id, DtReflectAttributeValuesCb cb, void *usr) | |
| constructor More... | |
| virtual | ~DtReflectAttributeValuesCbInfo () |
| destructor More... | |
| DtReflectAttributeValuesCbInfo (const DtReflectAttributeValuesCbInfo &orig) | |
| copy constructor More... | |
| DtReflectAttributeValuesCbInfo & | operator= (const DtReflectAttributeValuesCbInfo &orig) |
| assignment operator More... | |
| virtual int | match (const DtReflectAttributeValuesCbInfo *const other) const |
| Check whether one callback info is equal to another. More... | |
| virtual int | operator== (const DtReflectAttributeValuesCbInfo &other) const |
| Check whether one callback info is equal to another. More... | |
| virtual const RTI::ObjectHandle & | objectId () const |
| Get the object id. More... | |
| virtual const DtReflectAttributeValuesCb & | cbFunction () const |
| Get the callback function. More... | |
| virtual void * | userData () const |
| Get the user data. More... | |
Protected Attributes | |
| RTI::ObjectHandle | myId |
| DtReflectAttributeValuesCb | myFunc |
| void * | myUsr |
Instances of DtReflectAttributeValuesCbInfo are used for providing a callback when attributes change for an object in federation.
This class is a helper class to DtReflectAttributeValuesCbList.
| DtReflectAttributeValuesCbInfo::DtReflectAttributeValuesCbInfo | ( | RTI::ObjectHandle | id, |
| DtReflectAttributeValuesCb | cb, | ||
| void * | usr | ||
| ) |
constructor
|
virtual |
destructor
| DtReflectAttributeValuesCbInfo::DtReflectAttributeValuesCbInfo | ( | const DtReflectAttributeValuesCbInfo & | orig | ) |
copy constructor
|
inlinevirtual |
Get the callback function.
References myFunc.
|
virtual |
Check whether one callback info is equal to another.
|
inlinevirtual |
Get the object id.
References myId.
| DtReflectAttributeValuesCbInfo& DtReflectAttributeValuesCbInfo::operator= | ( | const DtReflectAttributeValuesCbInfo & | 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 objectId().
|
protected |
Referenced by userData().