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
DtStartStopInterCbInfo Class Reference

class DtStartStopInterCbInfo: More...

+ Collaboration diagram for DtStartStopInterCbInfo:

Public Member Functions

 DtStartStopInterCbInfo (RTI::InteractionClassHandle hand, DtStartStopInterCb cb, void *usr)
 constructor More...
 
virtual ~DtStartStopInterCbInfo ()
 destructor More...
 
 DtStartStopInterCbInfo (const DtStartStopInterCbInfo &orig)
 copy constructor More...
 
DtStartStopInterCbInfooperator= (const DtStartStopInterCbInfo &orig)
 assignment operator More...
 
virtual int match (const DtStartStopInterCbInfo *const other) const
 Check whether one callback info is equal to another. More...
 
virtual int operator== (const DtStartStopInterCbInfo &other) const
 Check whether one callback info is equal to another. More...
 
virtual const
RTI::InteractionClassHandle & 
interClass () const
 Get the inter class handle. More...
 
virtual const DtStartStopInterCbcbFunction () const
 Get the callback function. More...
 
virtual void * userData () const
 Get the user data. More...
 

Protected Attributes

RTI::InteractionClassHandle myClass
 
DtStartStopInterCb myFunc
 
void * myUsr
 

Detailed Description

class DtStartStopInterCbInfo:

Instances of DtStartStopInterCbInfo are used for providing a callback when the RTI's start or stopInteractionGeneration services are invoked. This class is a helper class to DtStartStopInterCbList.

Constructor & Destructor Documentation

DtStartStopInterCbInfo::DtStartStopInterCbInfo ( RTI::InteractionClassHandle  hand,
DtStartStopInterCb  cb,
void *  usr 
)

constructor

virtual DtStartStopInterCbInfo::~DtStartStopInterCbInfo ( )
virtual

destructor

DtStartStopInterCbInfo::DtStartStopInterCbInfo ( const DtStartStopInterCbInfo orig)

copy constructor

Member Function Documentation

const DtStartStopInterCb & DtStartStopInterCbInfo::cbFunction ( ) const
inlinevirtual

Get the callback function.

References myFunc.

const RTI::InteractionClassHandle & DtStartStopInterCbInfo::interClass ( ) const
inlinevirtual

Get the inter class handle.

References myClass.

virtual int DtStartStopInterCbInfo::match ( const DtStartStopInterCbInfo *const  other) const
virtual

Check whether one callback info is equal to another.

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

assignment operator

virtual int DtStartStopInterCbInfo::operator== ( const DtStartStopInterCbInfo other) const
virtual

Check whether one callback info is equal to another.

void * DtStartStopInterCbInfo::userData ( ) const
inlinevirtual

Get the user data.

References myUsr.

Member Data Documentation

RTI::InteractionClassHandle DtStartStopInterCbInfo::myClass
protected

Referenced by interClass().

DtStartStopInterCb DtStartStopInterCbInfo::myFunc
protected

Referenced by cbFunction().

void* DtStartStopInterCbInfo::myUsr
protected

Referenced by userData().


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

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)