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
DtFedTimeCbList Class Reference

class DtFedTimeCbList: More...

+ Collaboration diagram for DtFedTimeCbList:

Public Member Functions

 DtFedTimeCbList ()
 default constructor
virtual ~DtFedTimeCbList ()
 destructor
 DtFedTimeCbList (const DtFedTimeCbList &orig)
 copy constructor
DtFedTimeCbListoperator= (const DtFedTimeCbList &orig)
 assignment operator
virtual int add (DtFedTimeCb cb, void *usr)
 Add/Remove a start updates callback to/from the list.
virtual int remove (DtFedTimeCb cb, void *usr)
virtual void clear ()
 Remove all callbacks from the list.
virtual void apply (const RTI::FedTime &theFedTime)
 Callbacks are for a particular inter class handle.

Protected Member Functions

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

Protected Attributes

DtList myList

Detailed Description

class DtFedTimeCbList:

Instances of DtFedTimeCbList are used to provide a list of callbacks which are called when the RTI's Time Management services are invoked.

Constructor & Destructor Documentation

DtFedTimeCbList::DtFedTimeCbList ( )

default constructor

virtual DtFedTimeCbList::~DtFedTimeCbList ( )
virtual

destructor

DtFedTimeCbList::DtFedTimeCbList ( const DtFedTimeCbList orig)

copy constructor

Member Function Documentation

virtual int DtFedTimeCbList::add ( DtFedTimeCb  cb,
void *  usr 
)
virtual

Add/Remove a start updates callback to/from the list.

Returns whether add/remove took place.

virtual void DtFedTimeCbList::apply ( const RTI::FedTime &  theFedTime)
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 DtFedTimeCbList::clear ( )
virtual

Remove all callbacks from the list.

void DtFedTimeCbList::ctorCopyList ( const DtFedTimeCbList orig)
protected

Copy another callback list into this inter's callback list.

Non-virtual since meant to be called from ctor.

void DtFedTimeCbList::dtorClear ( )
protected

Remove all callbacks from the list.

Non-virtual, since meant to be called from dtor, otherwise should call clear().

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

assignment operator

virtual int DtFedTimeCbList::remove ( DtFedTimeCb  cb,
void *  usr 
)
virtual

Member Data Documentation

DtList DtFedTimeCbList::myList
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)