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

class DtReflectedArealObject: More...

+ Inheritance diagram for DtReflectedArealObject:
+ Collaboration diagram for DtReflectedArealObject:

List of all members.

Public Types

typedef DtArealObjectRepository *(* DtStateRepCreator )()
 Function prototype for functions that create DtArealObjectRepositories.

Public Member Functions

 DtReflectedArealObject (DtHlaObject *obj, DtExerciseConn *conn)
 constructor
virtual ~DtReflectedArealObject ()
 destructor
virtual DtArealObjectRepositoryarealObjectRep () const
 Get the areal object's state repository.
virtual DtArealObjectRepositoryaosr () const
 Synonym for arealObjectRep().
virtual DtReflectedArealObjectnext () const
 Get the next remote areal object.
virtual DtReflectedArealObjectprev () const
 Get the previous remote areal object.
virtual DtReflectedArealObjectwrapNext () const
 Get the next remote areal object.
virtual DtReflectedArealObjectwrapPrev () const
 Get the previous remote areal object.
virtual void addPostUpdateCallback (DtArealObjectCallbackFunction cb, void *userData)
 Areal object state callback registration/deregistration.
virtual void removePostUpdateCallback (DtArealObjectCallbackFunction cb, void *userData)

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs.

Protected Member Functions

 DtReflectedArealObject (const DtReflectedArealObject &orig)
 copy constructor
DtReflectedArealObjectoperator= (const DtReflectedArealObject &orig)
 assignment operator

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

class DtReflectedArealObject:

Instances of DtReflectedArealObject are used to represent HLA Areal Object instances, which were remotely published.


Member Typedef Documentation

Function prototype for functions that create DtArealObjectRepositories.


Constructor & Destructor Documentation

constructor

destructor

copy constructor


Member Function Documentation

virtual void DtReflectedArealObject::addPostUpdateCallback ( DtArealObjectCallbackFunction  cb,
void *  userData 
) [virtual]

Areal object state callback registration/deregistration.

Get the areal object's state repository.

References DtReflectedObject::myStateRep.

Get the next remote areal object.

Reimplemented from DtListedObj.

DtReflectedArealObject& DtReflectedArealObject::operator= ( const DtReflectedArealObject orig) [protected]

assignment operator

Get the previous remote areal object.

Reimplemented from DtListedObj.

virtual void DtReflectedArealObject::removePostUpdateCallback ( DtArealObjectCallbackFunction  cb,
void *  userData 
) [virtual]

Give us a function to be used for creating SRs.

Get the next remote areal object.

Will cycle back to the first remote areal object.

Reimplemented from DtListedObj.

Get the previous remote areal object.

Will cycle back to the last remote areal object.

Reimplemented from DtListedObj.


Member Data Documentation


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)