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

class DtReflectedEmitterSystem: More...

+ Inheritance diagram for DtReflectedEmitterSystem:
+ Collaboration diagram for DtReflectedEmitterSystem:

List of all members.

Public Types

typedef
DtEmitterSystemRepository *(* 
DtStateRepCreator )()
 Function prototype for functions that create DtEmitterSystemRepositories.

Public Member Functions

 DtReflectedEmitterSystem (DtHlaObject *obj, DtExerciseConn *conn, bool beamsUpdateSystem)
 constructor If beamsUpdateSystem == true, then a system's post-update callbacks are called whenever one of the beams in the system is updated.
 DtReflectedEmitterSystem (const DtObjectId &id, const DtGlobalObjectDesignator &des, DtExerciseConn *conn, bool beamsUpdateSystem)
 Constructor used to construct a placeholder system when we discover a beam whose system hasn't been discovered yet.
virtual ~DtReflectedEmitterSystem ()
 destructor
virtual DtEmitterSystemRepositoryemitterSysRep () const
 Get the emitter system's state repository.
virtual DtEmitterSystemRepositoryesr () const
 Synonym for emitterSysRep().
virtual DtReflectedEmitterSystemnext () const
 Get the next remote emitterSystem.
virtual DtReflectedEmitterSystemprev () const
 Get the previous remote emitterSystem.
virtual DtReflectedEmitterSystemwrapNext () const
 Get the next remote emitterSystem.
virtual DtReflectedEmitterSystemwrapPrev () const
 Get the previous remote emitterSystem.
virtual void addPostUpdateCallback (DtEmitterSystemCallbackFunction cb, void *userData)
 emitterSystem state callback registration/deregistration.
virtual void removePostUpdateCallback (DtEmitterSystemCallbackFunction cb, void *userData)
virtual void beamUpdated ()
 Tell the emitter system that one of its beams has been updated.

Static Public Member Functions

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

Protected Member Functions

 DtReflectedEmitterSystem (const DtReflectedEmitterSystem &orig)
 copy constructor
DtReflectedEmitterSystemoperator= (const DtReflectedEmitterSystem &orig)
 assignment operator

Protected Attributes

bool myBeamsUpdateSystem

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

class DtReflectedEmitterSystem:

Instances of DtReflectedEmitterSystem represent EmitterSystem objects simulated by remote applications. State data can be viewed through its state repository.


Member Typedef Documentation

Function prototype for functions that create DtEmitterSystemRepositories.


Constructor & Destructor Documentation

DtReflectedEmitterSystem::DtReflectedEmitterSystem ( DtHlaObject obj,
DtExerciseConn conn,
bool  beamsUpdateSystem 
)

constructor If beamsUpdateSystem == true, then a system's post-update callbacks are called whenever one of the beams in the system is updated.

DtReflectedEmitterSystem::DtReflectedEmitterSystem ( const DtObjectId id,
const DtGlobalObjectDesignator des,
DtExerciseConn conn,
bool  beamsUpdateSystem 
)

Constructor used to construct a placeholder system when we discover a beam whose system hasn't been discovered yet.

destructor

copy constructor


Member Function Documentation

virtual void DtReflectedEmitterSystem::addPostUpdateCallback ( DtEmitterSystemCallbackFunction  cb,
void *  userData 
) [virtual]

emitterSystem state callback registration/deregistration.

virtual void DtReflectedEmitterSystem::beamUpdated ( ) [virtual]

Tell the emitter system that one of its beams has been updated.

Get the emitter system's state repository.

References DtReflectedObject::myStateRep.

Get the next remote emitterSystem.

Reimplemented from DtListedObj.

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

assignment operator

Get the previous remote emitterSystem.

Reimplemented from DtListedObj.

virtual void DtReflectedEmitterSystem::removePostUpdateCallback ( DtEmitterSystemCallbackFunction  cb,
void *  userData 
) [virtual]

Give us a function to be used for creating SRs.

Get the next remote emitterSystem.

Will cycle back to the first remote emitterSystem.

Reimplemented from DtListedObj.

Get the previous remote emitterSystem.

Will cycle back to the last remote emitterSystem.

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)