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

Instances of DtReceiveInteractionCbInfo are used for providing a callback when an interaction is received from another federate. More...

+ Collaboration diagram for DtReceiveInteractionCbInfo:

List of all members.

Public Member Functions

 DtReceiveInteractionCbInfo (RTI::InteractionClassHandle h, DtReceiveInteractionCb cb, void *usr)
 constructor
 DtReceiveInteractionCbInfo (RTI::InteractionClassHandle h, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region)
virtual ~DtReceiveInteractionCbInfo ()
 destructor
 DtReceiveInteractionCbInfo (const DtReceiveInteractionCbInfo &orig)
 copy constructor
DtReceiveInteractionCbInfooperator= (const DtReceiveInteractionCbInfo &orig)
 assignment operator
virtual int match (const DtReceiveInteractionCbInfo *const other) const
 Check whether one callback info is equal to another.
virtual int operator== (const DtReceiveInteractionCbInfo &other) const
 Check whether one callback info is equal to another.
virtual const
RTI::InteractionClassHandle & 
interactionClass () const
 Get the interaction class handle.
virtual const
DtReceiveInteractionCb
cbFunction () const
 Get the callback function.
virtual void * userData () const
 Get the user data.

Protected Attributes

RTI::InteractionClassHandle myClass
DtReceiveInteractionCb myFunc
void * myUsr
DtDDMRegionSP myRegion

Detailed Description

Instances of DtReceiveInteractionCbInfo are used for providing a callback when an interaction is received from another federate.


Constructor & Destructor Documentation

DtReceiveInteractionCbInfo::DtReceiveInteractionCbInfo ( RTI::InteractionClassHandle  h,
DtReceiveInteractionCb  cb,
void *  usr 
)

constructor

DtReceiveInteractionCbInfo::DtReceiveInteractionCbInfo ( RTI::InteractionClassHandle  h,
DtReceiveInteractionCb  cb,
void *  usr,
DtDDMRegionSP  region 
)

destructor

copy constructor


Member Function Documentation

Get the callback function.

References myFunc.

const RTI::InteractionClassHandle & DtReceiveInteractionCbInfo::interactionClass ( ) const [inline, virtual]

Get the interaction class handle.

References myClass.

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

Check whether one callback info is equal to another.

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

assignment operator

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

Check whether one callback info is equal to another.

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

Get the user data.

References myUsr.


Member Data Documentation

RTI::InteractionClassHandle DtReceiveInteractionCbInfo::myClass [protected]

Referenced by interactionClass().

Referenced by cbFunction().

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)