VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtMessageCallbackInfo Class Reference

Instances of DtMessageCallbackInfo are used by DtMessageExecutive to keep track of radio message callback functions registered with a DtRadio by interested entity components or registered with a DtRadioNet for callbacks to those interested in the radio traffic on a net. More...

Public Member Functions

 DtMessageCallbackInfo (DtMessageCallbackFcn func, void *usrData)
 constructor More...
 
virtual ~DtMessageCallbackInfo ()
 destructor More...
 
 DtMessageCallbackInfo (const DtMessageCallbackInfo &orig)
 copy constructor More...
 
DtMessageCallbackInfooperator= (const DtMessageCallbackInfo &orig)
 assignment operator More...
 
virtual bool match (const DtMessageCallbackInfo &other) const
 Get whether one callback info equals another. More...
 
virtual DtMessageCallbackFcn func () const
 Get the callback function. More...
 
virtual void * usrData () const
 Get the user data. More...
 

Protected Attributes

DtMessageCallbackFcn myFunc
 
void * myUsrData
 

Detailed Description

Instances of DtMessageCallbackInfo are used by DtMessageExecutive to keep track of radio message callback functions registered with a DtRadio by interested entity components or registered with a DtRadioNet for callbacks to those interested in the radio traffic on a net.

Constructor & Destructor Documentation

DtMessageCallbackInfo::DtMessageCallbackInfo ( DtMessageCallbackFcn  func,
void *  usrData 
)

constructor

virtual DtMessageCallbackInfo::~DtMessageCallbackInfo ( )
virtual

destructor

DtMessageCallbackInfo::DtMessageCallbackInfo ( const DtMessageCallbackInfo orig)

copy constructor

Member Function Documentation

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

assignment operator

virtual bool DtMessageCallbackInfo::match ( const DtMessageCallbackInfo other) const
virtual

Get whether one callback info equals another.

DtMessageCallbackFcn DtMessageCallbackInfo::func ( ) const
inlinevirtual

Get the callback function.

References myFunc.

void * DtMessageCallbackInfo::usrData ( ) const
inlinevirtual

Get the user data.

References myUsrData.

Member Data Documentation

DtMessageCallbackFcn DtMessageCallbackInfo::myFunc
protected

Referenced by func().

void* DtMessageCallbackInfo::myUsrData
protected

Referenced by usrData().


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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)