![]() |
VR-Link API Documentation for DIS
|
Instances of DtReflectedEmitterSystem represent EmitterSystem object simulated by remote applications. More...
Inheritance diagram for DtReflectedEmitterSystem:
Collaboration diagram for DtReflectedEmitterSystem:Public Types | |
| typedef DtEmitterSystemRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create DtEmitterSystemRepositories. | |
Public Member Functions | |
| DtReflectedEmitterSystem (DtExerciseConn *conn, const DtGlobalObjectDesignator &emittingEntity, DtU8 systemNumber) | |
| Constructor. | |
| virtual | ~DtReflectedEmitterSystem () |
| destructor | |
| virtual DtEmitterSystemRepository * | emitterSysRep () const |
| Get the emitter system's state repository. | |
| virtual DtEmitterSystemRepository * | esr () const |
| Synonym for emitterSysRep(). | |
| virtual DtStateRepository * | stateRep () const |
| Returns a pointer to the StateRepository - through which you can inspect current state information. | |
| virtual void | processStateMessage (const DtStateMsg &msg) |
| Process an electronic emissions PDU. | |
| virtual DtReflectedEmitterSystem * | next () const |
| Get the next remote emitterSystem. | |
| virtual DtReflectedEmitterSystem * | prev () const |
| Get the previous remote emitterSystem. | |
| virtual DtReflectedEmitterSystem * | wrapNext () const |
| Get the next remote emitterSystem. | |
| virtual DtReflectedEmitterSystem * | wrapPrev () 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 const DtBaseHashKey & | hashKey () const |
| Get a hash key for this object. | |
| virtual DtString | idString () const |
| Get a string identification of this object. | |
| virtual const DtGlobalObjectDesignator & | globalId () const |
| Get the GlobalId -. | |
Static Public Member Functions | |
| static void | setStateRepCreator (DtStateRepCreator creator) |
| Give us a function to be used for creating SRs. | |
| static DtStateRepCreator | stateRepCreator (void) |
Protected Member Functions | |
| DtReflectedEmitterSystem (const DtReflectedEmitterSystem &orig) | |
| copy constructor -- not implemented | |
| DtReflectedEmitterSystem & | operator= (const DtReflectedEmitterSystem &orig) |
| assignment operator -- not implemented | |
Protected Attributes | |
| DtString | myIdString |
| DtEmitterSystemRepository * | myStateRepository |
| DtSystemHashKey | myHashKey |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
Instances of DtReflectedEmitterSystem represent EmitterSystem object simulated by remote applications.
State data can be viewed through its state repository.
Function prototype for functions that create DtEmitterSystemRepositories.
| DtReflectedEmitterSystem::DtReflectedEmitterSystem | ( | DtExerciseConn * | conn, |
| const DtGlobalObjectDesignator & | emittingEntity, | ||
| DtU8 | systemNumber | ||
| ) |
Constructor.
| virtual DtReflectedEmitterSystem::~DtReflectedEmitterSystem | ( | ) | [virtual] |
destructor
| DtReflectedEmitterSystem::DtReflectedEmitterSystem | ( | const DtReflectedEmitterSystem & | orig | ) | [protected] |
copy constructor -- not implemented
| virtual void DtReflectedEmitterSystem::addPostUpdateCallback | ( | DtEmitterSystemCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
emitterSystem state callback registration/deregistration.
| virtual DtEmitterSystemRepository* DtReflectedEmitterSystem::emitterSysRep | ( | ) | const [virtual] |
Get the emitter system's state repository.
| virtual DtEmitterSystemRepository* DtReflectedEmitterSystem::esr | ( | ) | const [virtual] |
Synonym for emitterSysRep().
| virtual const DtGlobalObjectDesignator& DtReflectedEmitterSystem::globalId | ( | ) | const [virtual] |
| virtual const DtBaseHashKey& DtReflectedEmitterSystem::hashKey | ( | ) | const [virtual] |
Get a hash key for this object.
Implements DtReflectedObject.
| virtual DtString DtReflectedEmitterSystem::idString | ( | ) | const [virtual] |
Get a string identification of this object.
Implements DtReflectedObject.
| virtual DtReflectedEmitterSystem* DtReflectedEmitterSystem::next | ( | ) | const [virtual] |
Get the next remote emitterSystem.
Reimplemented from DtListedObj.
| DtReflectedEmitterSystem& DtReflectedEmitterSystem::operator= | ( | const DtReflectedEmitterSystem & | orig | ) | [protected] |
assignment operator -- not implemented
| virtual DtReflectedEmitterSystem* DtReflectedEmitterSystem::prev | ( | ) | const [virtual] |
Get the previous remote emitterSystem.
Reimplemented from DtListedObj.
| virtual void DtReflectedEmitterSystem::processStateMessage | ( | const DtStateMsg & | msg | ) | [virtual] |
Process an electronic emissions PDU.
Implementation for abstract base class.
Reimplemented from DtReflectedObject.
| virtual void DtReflectedEmitterSystem::removePostUpdateCallback | ( | DtEmitterSystemCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
| static void DtReflectedEmitterSystem::setStateRepCreator | ( | DtStateRepCreator | creator | ) | [static] |
Give us a function to be used for creating SRs.
| virtual DtStateRepository* DtReflectedEmitterSystem::stateRep | ( | ) | const [virtual] |
Returns a pointer to the StateRepository - through which you can inspect current state information.
Implementation for abstract base class. Calls esr().
Implements DtReflectedObject.
| static DtStateRepCreator DtReflectedEmitterSystem::stateRepCreator | ( | void | ) | [static] |
| virtual DtReflectedEmitterSystem* DtReflectedEmitterSystem::wrapNext | ( | ) | const [virtual] |
Get the next remote emitterSystem.
Will cycle back to the first remote emitterSystem.
Reimplemented from DtListedObj.
| virtual DtReflectedEmitterSystem* DtReflectedEmitterSystem::wrapPrev | ( | ) | const [virtual] |
Get the previous remote emitterSystem.
Will cycle back to the last remote emitterSystem.
Reimplemented from DtListedObj.
DtSystemHashKey DtReflectedEmitterSystem::myHashKey [protected] |
DtString DtReflectedEmitterSystem::myIdString [protected] |
DtStateRepCreator DtReflectedEmitterSystem::theStateRepCreator [static, protected] |