VR-Link API Documentation for HLA 1.3
List of all members | 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:

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 
)
virtual DtReceiveInteractionCbInfo::~DtReceiveInteractionCbInfo ( )
virtual

destructor

DtReceiveInteractionCbInfo::DtReceiveInteractionCbInfo ( const DtReceiveInteractionCbInfo orig)

copy constructor

Member Function Documentation

const DtReceiveInteractionCb & DtReceiveInteractionCbInfo::cbFunction ( ) const
inlinevirtual

Get the callback function.

References myFunc.

const RTI::InteractionClassHandle & DtReceiveInteractionCbInfo::interactionClass ( ) const
inlinevirtual

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
inlinevirtual

Get the user data.

References myUsr.

Member Data Documentation

RTI::InteractionClassHandle DtReceiveInteractionCbInfo::myClass
protected

Referenced by interactionClass().

DtReceiveInteractionCb DtReceiveInteractionCbInfo::myFunc
protected

Referenced by cbFunction().

DtDDMRegionSP DtReceiveInteractionCbInfo::myRegion
protected
void* DtReceiveInteractionCbInfo::myUsr
protected

Referenced by userData().


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

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)