class DtStartStopInterCbList:
More...
Detailed Description
class DtStartStopInterCbList:
Instances of DtStartStopInterCbList are used to provide a list of callbacks (DtStartStopInterCbInfo) which are called when the RTI's start or stopInteractionGeneration services are invoked.
Constructor & Destructor Documentation
| DtStartStopInterCbList::DtStartStopInterCbList |
( |
| ) |
|
| virtual DtStartStopInterCbList::~DtStartStopInterCbList |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual int DtStartStopInterCbList::add |
( |
RTI::InteractionClassHandle |
hand, |
|
|
DtStartStopInterCb |
cb, |
|
|
void * |
usr |
|
) |
| |
|
virtual |
Add/Remove a start updates callback to/from the list.
Returns whether add/remove took place.
| virtual void DtStartStopInterCbList::apply |
( |
RTI::InteractionClassHandle |
interClass | ) |
|
|
virtual |
Callbacks are for a particular inter class handle.
Call any callbacks in the list for the inter class handle for the start updates inter.
| virtual void DtStartStopInterCbList::clear |
( |
| ) |
|
|
virtual |
Remove all callbacks from the list.
Copy another callback list into this inter's callback list.
Non-virtual since meant to be called from ctor.
| void DtStartStopInterCbList::dtorClear |
( |
| ) |
|
|
protected |
Remove all callbacks from the list.
Non-virtual, since meant to be called from dtor, otherwise should call clear().
| virtual int DtStartStopInterCbList::remove |
( |
RTI::InteractionClassHandle |
hand, |
|
|
DtStartStopInterCb |
cb, |
|
|
void * |
usr |
|
) |
| |
|
virtual |
Member Data Documentation
| DtList DtStartStopInterCbList::myList |
|
protected |
The documentation for this class was generated from the following file: