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 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:

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

virtual DtUpdateControlCbInfo::~DtUpdateControlCbInfo ( )
virtual

destructor

DtUpdateControlCbInfo::DtUpdateControlCbInfo ( const DtUpdateControlCbInfo orig)

copy constructor

Member Function Documentation

const DtUpdateControlCb & DtUpdateControlCbInfo::cbFunction ( ) const
inlinevirtual

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
inlinevirtual

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
inlinevirtual

Get the user data.

References myUsr.

Member Data Documentation

DtUpdateControlCb DtUpdateControlCbInfo::myFunc
protected

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 Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)