VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtStartStopInterCbList Class Reference

class DtStartStopInterCbList: More...

+ Collaboration diagram for DtStartStopInterCbList:

Public Member Functions

 DtStartStopInterCbList ()
 default constructor More...
 
virtual ~DtStartStopInterCbList ()
 destructor More...
 
 DtStartStopInterCbList (const DtStartStopInterCbList &orig)
 copy constructor More...
 
DtStartStopInterCbListoperator= (const DtStartStopInterCbList &orig)
 assignment operator More...
 
virtual int add (RTI::InteractionClassHandle hand, DtStartStopInterCb cb, void *usr)
 Add/Remove a start updates callback to/from the list. More...
 
virtual int remove (RTI::InteractionClassHandle hand, DtStartStopInterCb cb, void *usr)
 
virtual void clear ()
 Remove all callbacks from the list. More...
 
virtual void apply (RTI::InteractionClassHandle interClass)
 Callbacks are for a particular inter class handle. More...
 

Protected Member Functions

void dtorClear ()
 Remove all callbacks from the list. More...
 
void ctorCopyList (const DtStartStopInterCbList &orig)
 Copy another callback list into this inter's callback list. More...
 

Protected Attributes

DtList myList
 

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 ( )

default constructor

virtual DtStartStopInterCbList::~DtStartStopInterCbList ( )
virtual

destructor

DtStartStopInterCbList::DtStartStopInterCbList ( const DtStartStopInterCbList orig)

copy constructor

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.

void DtStartStopInterCbList::ctorCopyList ( const DtStartStopInterCbList orig)
protected

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().

DtStartStopInterCbList& DtStartStopInterCbList::operator= ( const DtStartStopInterCbList orig)

assignment operator

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:

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)