VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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
virtual ~DtMessageCallbackInfo ()
 destructor
 DtMessageCallbackInfo (const DtMessageCallbackInfo &orig)
 copy constructor
DtMessageCallbackInfooperator= (const DtMessageCallbackInfo &orig)
 assignment operator
virtual bool match (const DtMessageCallbackInfo &other) const
 Get whether one callback info equals another.
virtual DtMessageCallbackFcn func () const
 Get the callback function.
virtual void * usrData () const
 Get the user data.

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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)