![]() |
VR-Link API Documentation for HLA 4
|
class DtStartStopInterCbInfo: More...
Collaboration diagram for DtStartStopInterCbInfo:Public Member Functions | |
| DtStartStopInterCbInfo (RTI::InteractionClassHandle hand, DtStartStopInterCb cb, void *usr) | |
| constructor More... | |
| virtual | ~DtStartStopInterCbInfo () |
| destructor More... | |
| DtStartStopInterCbInfo (const DtStartStopInterCbInfo &orig) | |
| copy constructor More... | |
| DtStartStopInterCbInfo & | operator= (const DtStartStopInterCbInfo &orig) |
| assignment operator More... | |
| virtual int | match (const DtStartStopInterCbInfo *const other) const |
| Check whether one callback info is equal to another. More... | |
| virtual int | operator== (const DtStartStopInterCbInfo &other) const |
| Check whether one callback info is equal to another. More... | |
| virtual const RTI::InteractionClassHandle & | interClass () const |
| Get the inter class handle. More... | |
| virtual const DtStartStopInterCb & | cbFunction () const |
| Get the callback function. More... | |
| virtual void * | userData () const |
| Get the user data. More... | |
Protected Attributes | |
| RTI::InteractionClassHandle | myClass |
| DtStartStopInterCb | myFunc |
| void * | myUsr |
class DtStartStopInterCbInfo:
Instances of DtStartStopInterCbInfo are used for providing a callback when the RTI's start or stopInteractionGeneration services are invoked. This class is a helper class to DtStartStopInterCbList.
| DtStartStopInterCbInfo::DtStartStopInterCbInfo | ( | RTI::InteractionClassHandle | hand, |
| DtStartStopInterCb | cb, | ||
| void * | usr | ||
| ) |
constructor
|
virtual |
destructor
| DtStartStopInterCbInfo::DtStartStopInterCbInfo | ( | const DtStartStopInterCbInfo & | orig | ) |
copy constructor
|
inlinevirtual |
Get the callback function.
References myFunc.
|
inlinevirtual |
Get the inter class handle.
References myClass.
|
virtual |
Check whether one callback info is equal to another.
| DtStartStopInterCbInfo& DtStartStopInterCbInfo::operator= | ( | const DtStartStopInterCbInfo & | orig | ) |
assignment operator
|
virtual |
Check whether one callback info is equal to another.
|
inlinevirtual |
Get the user data.
References myUsr.
|
protected |
Referenced by interClass().
|
protected |
Referenced by cbFunction().
|
protected |
Referenced by userData().