VR-Link API Documentation for HLA 1.3
Public Member Functions | Protected Attributes
DtUpdateControlCbInfo Class Reference

Instances of DtUpdateControlCbInfo are used for providing a callback when the RTI update control services are invoked. More...

+ Collaboration diagram for DtUpdateControlCbInfo:

List of all members.

Public Member Functions

 DtUpdateControlCbInfo (RTI::ObjectHandle hand, DtUpdateControlCb cb, void *usr)
 constructor
virtual ~DtUpdateControlCbInfo ()
 destructor
 DtUpdateControlCbInfo (const DtUpdateControlCbInfo &orig)
 copy constructor
DtUpdateControlCbInfooperator= (const DtUpdateControlCbInfo &orig)
 assignment operator
virtual int match (const DtUpdateControlCbInfo *const other) const
 Check whether one callback info is equal to another.
virtual int operator== (const DtUpdateControlCbInfo &other) const
 Check whether one callback info is equal to another.
virtual const RTI::ObjectHandle & objectHandle () const
 Get the object handle.
virtual const DtUpdateControlCbcbFunction () const
 Get the callback function.
virtual void * userData () const
 Get the user data.

Protected Attributes

RTI::ObjectHandle myHand
DtUpdateControlCb myFunc
void * myUsr

Detailed Description

Instances of DtUpdateControlCbInfo are used for providing a callback when the RTI update control services are invoked.

This class is a helper class to DtUpdateControlCbList.


Constructor & Destructor Documentation

DtUpdateControlCbInfo::DtUpdateControlCbInfo ( RTI::ObjectHandle  hand,
DtUpdateControlCb  cb,
void *  usr 
)

constructor

destructor

copy constructor


Member Function Documentation

const DtUpdateControlCb & DtUpdateControlCbInfo::cbFunction ( ) const [inline, virtual]

Get the callback function.

References myFunc.

virtual int DtUpdateControlCbInfo::match ( const DtUpdateControlCbInfo *const  other) const [virtual]

Check whether one callback info is equal to another.

const RTI::ObjectHandle & DtUpdateControlCbInfo::objectHandle ( ) const [inline, virtual]

Get the object handle.

References myHand.

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

assignment operator

virtual int DtUpdateControlCbInfo::operator== ( const DtUpdateControlCbInfo other) const [virtual]

Check whether one callback info is equal to another.

void * DtUpdateControlCbInfo::userData ( ) const [inline, virtual]

Get the user data.

References myUsr.


Member Data Documentation

Referenced by cbFunction().

RTI::ObjectHandle DtUpdateControlCbInfo::myHand [protected]

Referenced by objectHandle().

void* DtUpdateControlCbInfo::myUsr [protected]

Referenced by userData().


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)