VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 More...
 
 DtReceiveInteractionCbInfo (RTI::InteractionClassHandle h, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region)
 
virtual ~DtReceiveInteractionCbInfo ()
 destructor More...
 
 DtReceiveInteractionCbInfo (const DtReceiveInteractionCbInfo &orig)
 copy constructor More...
 
DtReceiveInteractionCbInfooperator= (const DtReceiveInteractionCbInfo &orig)
 assignment operator More...
 
virtual int match (const DtReceiveInteractionCbInfo *const other) const
 Check whether one callback info is equal to another. More...
 
virtual int operator== (const DtReceiveInteractionCbInfo &other) const
 Check whether one callback info is equal to another. More...
 
virtual const
RTI::InteractionClassHandle & 
interactionClass () const
 Get the interaction class handle. More...
 
virtual const
DtReceiveInteractionCb
cbFunction () const
 Get the callback function. More...
 
virtual void * userData () const
 Get the user data. More...
 

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 Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)