![]() |
VR-Forces 4.6.1 Class Documentation
|
Instances of DtReflectedSensorFieldOfView are used to represent a simulated HLAobjectRoot.SensorFieldOfView object reflected across a network. More...

Public Types | |
| typedef DtSensorFieldOfViewStateRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create DtSensorFieldOfViewStateRepository. | |
| typedef DtSensorFieldOfViewStateRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create a DtSensorFieldOfViewStateRepository. | |
Public Member Functions | |
| DtReflectedSensorFieldOfView (DtExerciseConn *conn, const DtEntityIdentifier &id) | |
| Constructor. | |
| virtual | ~DtReflectedSensorFieldOfView () |
| Destructor. | |
| virtual DtSensorFieldOfViewStateRepository * | sensorFieldOfViewStateRep () const |
| Returns a pointer to the StateRepository - through which you can inspect current state information. | |
| virtual DtSensorFieldOfViewStateRepository * | ssr () const |
| Synonym for sensorFieldOfViewStateRep(). | |
| virtual DtStateRepository * | stateRep () const |
| Returns a pointer to the StateRepository - through which you can inspect current state information. | |
| virtual DtSensorFieldOfViewDecoder * | decoder () |
| Returns a pointer to the Decoder being used to decode state messages into our SR. | |
| virtual const DtObjectId & | id () const |
| Get the objects's id. (For DIS, DtObjectId is DtEntityIdentifier). | |
| virtual const DtGlobalObjectDesignator & | globalId () const |
| Get the objects's global object designator - for DIS, it's the same as its DtEntityIdentifier. | |
| virtual DtReflectedSensorFieldOfView * | next () const |
| Get the next and previous elements in the reflected aggregate list. | |
| virtual DtReflectedSensorFieldOfView * | prev () const |
| virtual DtReflectedSensorFieldOfView * | wrapNext () const |
| Get the next and previous elements, wrap at the ends of the list. | |
| virtual DtReflectedSensorFieldOfView * | wrapPrev () const |
| virtual void | addPostUpdateCallback (DtSensorFieldOfViewCallbackFunction cb, void *userData) |
| Entity state callback registration/deregistration. | |
| virtual void | removePostUpdateCallback (DtSensorFieldOfViewCallbackFunction cb, void *userData) |
| virtual void | setHashKey (const DtString &uniqueVal) |
| Sets the hash key from a unique string value. | |
| virtual const DtBaseHashKey & | hashKey () const |
| Get a hash key for this object - Key must be set before use. | |
| virtual DtString | idString () const |
| Get a string identification of this object. | |
| virtual void | processStateMessage (const DtStateMsg &msg) |
| Implementation for abstract base class. | |
| virtual void | processSensorFieldOfViewState (const DtSensorFieldOfViewPdu &pdu) |
| Process an state PDU. | |
| DtReflectedSensorFieldOfView (DtHlaObject *obj, DtExerciseConn *exConn) | |
| Constructor. | |
| virtual | ~DtReflectedSensorFieldOfView () |
| Destructor. | |
| virtual DtSensorFieldOfViewStateRepository * | sensorFieldOfViewStateRep () const |
| Returns the SensorFieldOfView's state repository. | |
| virtual DtSensorFieldOfViewStateRepository * | ssr () const |
| Shorter version of lifeformRep. | |
| virtual DtReflectedSensorFieldOfView * | next () const |
| Returns the next reflected SensorFieldOfView in the DtReflectedSensorFieldOfViewList. | |
| virtual DtReflectedSensorFieldOfView * | prev () const |
| Returns the previous reflected SensorFieldOfView in the DtReflectedSensorFieldOfViewList. | |
| virtual DtReflectedSensorFieldOfView * | wrapNext () const |
| Returns the next reflected SensorFieldOfView. | |
| virtual DtReflectedSensorFieldOfView * | wrapPrev () const |
| Returns the previous reflected SensorFieldOfView. | |
| virtual void | addPostUpdateCallback (DtSensorFieldOfViewCallbackFunction cb, void *userData) |
| Add a callback that is called when the DtReflectedSensorFieldOfView is updated. | |
| virtual void | removePostUpdateCallback (DtSensorFieldOfViewCallbackFunction cb, void *userData) |
| Remove the callback that is called when the DtReflectedSensorFieldOfView is updated. | |
Static Public Member Functions | |
| static void | setStateRepCreator (DtStateRepCreator creator) |
| Give us a function to be used for creating SRs. | |
| static DtStateRepCreator | stateRepCreator (void) |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Set the function to be called for creating state repositories. | |
Protected Member Functions | |
| DtReflectedSensorFieldOfView (const DtReflectedSensorFieldOfView &orig) | |
| Copy Constructor not implemented. | |
| DtReflectedSensorFieldOfView & | operator= (const DtReflectedSensorFieldOfView &orig) |
| Assignment operator not implemented. | |
Protected Attributes | |
| DtStringHashKey | myHashKey |
| DtEntityIdentifier | myId |
| DtSensorFieldOfViewStateRepository * | myStateRep |
| DtSensorFieldOfViewDecoder * | myDecoder |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| The function called to create state repositories. | |
Private Member Functions | |
| DtReflectedSensorFieldOfView (const DtReflectedSensorFieldOfView &orig) | |
| copy constructor – not implemented | |
| DtReflectedSensorFieldOfView & | operator= (const DtReflectedSensorFieldOfView &orig) |
| assignment operator – not implemented | |
Instances of DtReflectedSensorFieldOfView are used to represent a simulated HLAobjectRoot.SensorFieldOfView object reflected across a network.
| typedef DtSensorFieldOfViewStateRepository*(* DtReflectedSensorFieldOfView::DtStateRepCreator)() |
Function prototype for functions that create DtSensorFieldOfViewStateRepository.
| typedef DtSensorFieldOfViewStateRepository*(* DtReflectedSensorFieldOfView::DtStateRepCreator)() |
Function prototype for functions that create a DtSensorFieldOfViewStateRepository.
| DtReflectedSensorFieldOfView::DtReflectedSensorFieldOfView | ( | DtExerciseConn * | conn, |
| const DtEntityIdentifier & | id | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
copy constructor – not implemented
| DtReflectedSensorFieldOfView::DtReflectedSensorFieldOfView | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
private |
assignment operator – not implemented
|
inlinevirtual |
Returns a pointer to the StateRepository - through which you can inspect current state information.
References myStateRep.
|
inlinevirtual |
Synonym for sensorFieldOfViewStateRep().
References myStateRep.
|
virtual |
Returns a pointer to the StateRepository - through which you can inspect current state information.
Implementation for abstract base class. Calls asr().
|
virtual |
Returns a pointer to the Decoder being used to decode state messages into our SR.
|
virtual |
Get the objects's id. (For DIS, DtObjectId is DtEntityIdentifier).
|
virtual |
Get the objects's global object designator - for DIS, it's the same as its DtEntityIdentifier.
|
virtual |
Get the next and previous elements in the reflected aggregate list.
|
virtual |
|
virtual |
Get the next and previous elements, wrap at the ends of the list.
|
virtual |
|
virtual |
Entity state callback registration/deregistration.
|
virtual |
|
virtual |
Sets the hash key from a unique string value.
|
virtual |
Get a hash key for this object - Key must be set before use.
|
virtual |
Get a string identification of this object.
|
virtual |
Implementation for abstract base class.
|
virtual |
Process an state PDU.
Also calls down to base class processStateMessage().
|
static |
Give us a function to be used for creating SRs.
|
static |
|
virtual |
Returns the SensorFieldOfView's state repository.
|
virtual |
Shorter version of lifeformRep.
|
virtual |
Returns the next reflected SensorFieldOfView in the DtReflectedSensorFieldOfViewList.
|
virtual |
Returns the previous reflected SensorFieldOfView in the DtReflectedSensorFieldOfViewList.
|
virtual |
Returns the next reflected SensorFieldOfView.
Will cycle back to the first remote SensorFieldOfView in the DtReflectedSensorFieldOfViewList.
|
virtual |
Returns the previous reflected SensorFieldOfView.
Will cycle back to the first remote SensorFieldOfView in the DtReflectedSensorFieldOfViewList.
|
virtual |
Add a callback that is called when the DtReflectedSensorFieldOfView is updated.
|
virtual |
Remove the callback that is called when the DtReflectedSensorFieldOfView is updated.
|
static |
Set the function to be called for creating state repositories.
|
protected |
Assignment operator not implemented.
|
staticprotected |
The function called to create state repositories.
|
protected |
|
protected |
|
protected |
Referenced by sensorFieldOfViewStateRep(), and ssr().
|
protected |