VR-Link API Documentation for HLA 1.3
Public Member Functions | Protected Attributes
DtDiscoverObjectCbInfo Class Reference

class DtDiscoverObjectCbInfo: More...

+ Collaboration diagram for DtDiscoverObjectCbInfo:

List of all members.

Public Member Functions

 DtDiscoverObjectCbInfo (RTI::ObjectClassHandle h, DtDiscoverObjectCb cb, void *usr)
 constructor
virtual ~DtDiscoverObjectCbInfo ()
 destructor
 DtDiscoverObjectCbInfo (const DtDiscoverObjectCbInfo &orig)
 copy constructor
DtDiscoverObjectCbInfooperator= (const DtDiscoverObjectCbInfo &orig)
 assignment operator
virtual int match (const DtDiscoverObjectCbInfo *const other) const
 Check whether one callback info is equal to another.
virtual int operator== (const DtDiscoverObjectCbInfo &other) const
 Check whether one callback info is equal to another.
virtual const
RTI::ObjectClassHandle & 
objectClass () const
 Get the object class handle.
virtual const DtDiscoverObjectCbcbFunction () const
 Get the callback function.
virtual void * userData () const
 Get the user data.

Protected Attributes

RTI::ObjectClassHandle myClass
DtDiscoverObjectCb myFunc
void * myUsr

Detailed Description

class DtDiscoverObjectCbInfo:

Instances of DtDiscoverObjectCbInfo are used for providing a callback when an object which meets the federate's subscription criteria is discovered.


Constructor & Destructor Documentation

DtDiscoverObjectCbInfo::DtDiscoverObjectCbInfo ( RTI::ObjectClassHandle  h,
DtDiscoverObjectCb  cb,
void *  usr 
)

constructor

destructor

copy constructor


Member Function Documentation

const DtDiscoverObjectCb & DtDiscoverObjectCbInfo::cbFunction ( ) const [inline, virtual]

Get the callback function.

References myFunc.

virtual int DtDiscoverObjectCbInfo::match ( const DtDiscoverObjectCbInfo *const  other) const [virtual]

Check whether one callback info is equal to another.

const RTI::ObjectClassHandle & DtDiscoverObjectCbInfo::objectClass ( ) const [inline, virtual]

Get the object class handle.

References myClass.

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

assignment operator

virtual int DtDiscoverObjectCbInfo::operator== ( const DtDiscoverObjectCbInfo other) const [virtual]

Check whether one callback info is equal to another.

void * DtDiscoverObjectCbInfo::userData ( ) const [inline, virtual]

Get the user data.

References myUsr.


Member Data Documentation

RTI::ObjectClassHandle DtDiscoverObjectCbInfo::myClass [protected]

Referenced by objectClass().

Referenced by cbFunction().

void* DtDiscoverObjectCbInfo::myUsr [protected]

Referenced by userData().


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)