![]() |
VR-Link API Documentation for HLA Evolved
|
Instances of DtUnderwaterAcousticsPublisher publish underwater acoustic objects to the network. More...
Inheritance diagram for DtUnderwaterAcousticsPublisher:
Collaboration diagram for DtUnderwaterAcousticsPublisher:Public Types | |
| typedef DtUnderwaterAcousticsStateRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create DtUnderwaterAcousticsStateRepositories. | |
Public Member Functions | |
| DtUnderwaterAcousticsPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| CTOR. | |
| DtUnderwaterAcousticsPublisher (DtUnderwaterAcousticsStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| CTOR. | |
| virtual | ~DtUnderwaterAcousticsPublisher () |
| Virtual DTOR. | |
| virtual DtUnderwaterAcousticsStateRepository * | underwaterAcousticsStateRep () |
| Returns a pointer to the DtUnderwaterAcousticsStateRepository - through which you can set or inspect current state information. | |
| virtual DtUnderwaterAcousticsStateRepository * | usr () |
| Synonym for underwaterAcousticsStateRep(). | |
| virtual void | tick () |
| syncBeamList and update beam objects as well as main system object. | |
| virtual void | forceUpdate () |
| if called, at the next tick all attributes will be sent to the RTI This call differs from the base callback by also including a force update of all beam children. | |
| virtual void | forceUpdate (const RTI::AttributeHandleSet &set) |
| If the attribute set is specified, forceUpdate will call through to DtObjectPublisher::forceUpdate and the beams children will not be updated. | |
Public Member Functions inherited from DtObjectPublisher | |
| DtObjectPublisher (DtExerciseConn *conn, DtStateRepository *stateRep, DtStateRepository *asSeenByRemote, bool okToDeleteStateRep=true, const DtDDMRegionSet *regionSet=0) | |
| Constructor. | |
| virtual | ~DtObjectPublisher () |
| Destructor. | |
| virtual void | setHlaObject (const char *className, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0, const char *objectName=0, const DtDDMRegionSet *regionSet=0) |
| A DtObjectPublisher is not capable of communicating data through the RTI until setHlaObject is called. | |
| virtual void | setHlaObject (RTI::ObjectClassHandle hand, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0, const char *objectName=0, const DtDDMRegionSet *regionSet=0) |
| This version takes a classHandle and optional object name, and creates the DtHlaObject for you. | |
| virtual void | setHlaObject (DtHlaObjectWithStateRep *obj, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0) |
| This version takes an existing DtHlaObject, and uses it. | |
| virtual void | detachHlaObject () |
| Detach HLA object - bringing the DtObjectPublisher back to the state it was in before setHlaObject was called. | |
| virtual DtStateRepository * | stateRep () |
| Returns a pointer to the DtStateRepository - through which you can set or inspect current state information. | |
| virtual DtStateRepository * | sr () |
| Synonym for stateRep(). | |
| virtual DtStateRepository * | approximateRemoteStateRep () |
| Returns a pointer to the approximate remote DtStateRepository – This state repository contains the contents of the last sent message. | |
| virtual DtHlaStateDecoder * | decoder () |
| Returns a pointer to the Decoder being used to decode state messages that we send back into the asSeenByRemote SR. | |
| virtual DtHlaStateEncoder * | encoder () |
| Returns a pointer to the Encoder being used to encode current state into an outgoing message. | |
| virtual DtHlaObjectWithStateRep * | hlaObject () |
| Get the object's hlaObject. | |
| virtual DtExerciseConn * | exerciseConn () |
| Get our exercise connection. | |
| virtual const DtObjectId & | id () const |
| Get the object's local identifier. | |
| virtual const DtObjectId & | objectId () const |
| Get the object's local identifier. | |
| virtual const DtObjectId & | localId () const |
| Get the object's local identifier. | |
| virtual const DtString & | name () const |
| Get the object's name. | |
| virtual const DtGlobalObjectDesignator & | globalId () const |
| Get the HLA object's global object designator - the object name in RTI1.3.3, but the objectId in RTI1.0.3. | |
| virtual void | setDeleteObjInDtorFlag (bool onOff) |
| Set/Get a flag that determines whether to try to delete the HLA object that we represent, upon destruction of this DtObjectPublisher. | |
| virtual bool | deleteObjInDtorFlag () const |
| virtual const DtDDMRegionSet & | publishingRegions () const |
| virtual void | addRegion (DtDDMRegionSP regionToAdd) |
| Adds the specified region to the set of publishing regions, and calls associateRegionForUpdates on the RTI Ambassador. | |
| virtual void | removeRegion (DtDDMRegionSP regionToRemove) |
| Removes the specified region from the set of publishing regions, and calls unassociateRegionForUpdates on the RTI Ambassador. | |
| DtObjectPublisher (DtExerciseConn *conn, const char *name=0) | |
| These constructors and init functions are obsolete, but are here for backwards compatibility with pre-3.4 releases. | |
| void | init (RTI::ObjectClassHandle hand, DtStateRepository *stateRep, DtStateRepository *asSeenByRemote, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0) |
| void | init (const char *className, DtStateRepository *stateRep, DtStateRepository *asSeenByRemote, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Give us a function to be used for creating SRs. | |
Static Public Member Functions inherited from DtObjectPublisher | |
| static void | removeObjectCb (DtHlaObject *obj, void *pub) |
| Callback to be called when our underlying DtHlaObject goes away. | |
Protected Member Functions | |
| DtUnderwaterAcousticsPublisher (const DtUnderwaterAcousticsPublisher &orig) | |
| Copy Constructor – not implemented. | |
| DtUnderwaterAcousticsPublisher & | operator= (const DtUnderwaterAcousticsPublisher &orig) |
| Assignment operator – not implemented. | |
Propulsion Noise Management | |
| virtual void | syncPropulsionNoisePublisher () |
Additional Passive Activities Management | |
| virtual void | syncAdditionalPassiveActivitiesList () |
| Update myAdditionalPassiveActivityPubs so that it has a publisher for all active APAs in the overall underwater acoustic state rep. | |
| virtual DtAdditionalPassiveActivitiesPublisher * | publisherForApaSr (DtAdditionalPassiveActivitiesRepository *asr) |
| Returns the publisher responsible for publishing the indicated APA SR, NULL if there is none. | |
| virtual int | numAdditionalPassiveActivities () const |
| Return number of APA publishers. | |
Active Sonar Management | |
| virtual void | syncActiveSonarList () |
| Update myActiveSonarPubs so that it has a publisher for all active sonars in the overall underwater acoustic state rep. | |
| virtual DtActiveSonarPublisher * | publisherForSonarSr (DtActiveSonarStateRepository *asr) |
| Returns the publisher responsible for publishing the indicated sonar SR, NULL if there is none. | |
| virtual int | numActiveSonars () const |
| Return number of sonar publishers. | |
Protected Member Functions inherited from DtObjectPublisher | |
| virtual void | processRemoveObject (DtHlaObject *obj) |
| Called by removeObjectCb to detachHlaObject when our underlying DtHlaObject goes away. | |
Protected Attributes | |
| DtString | myName |
| DtPropulsionNoisePublisher * | myPropulsionNoisePublisher |
| DtList | myAdditionalPassiveActivityPubs |
| DtList | myActiveSonarPubs |
Protected Attributes inherited from DtObjectPublisher | |
| DtExerciseConn * | myExConn |
| DtHlaObjectWithStateRep * | myHlaObj |
| DtStateRepository * | myStateRep |
| DtStateRepository * | myAsSeenByRemote |
| DtHlaStateEncoder * | myEncoder |
| DtHlaStateDecoder * | myDecoder |
| DtObjectId | myObjectId |
| bool | myOkToDeleteStateRepFlag |
| DtString | myName |
| bool | myDeleteObjInDtorFlag |
| DtDDMRegionSet | myPublishingRegions |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
Instances of DtUnderwaterAcousticsPublisher publish underwater acoustic objects to the network.
| typedef DtUnderwaterAcousticsStateRepository*(* DtUnderwaterAcousticsPublisher::DtStateRepCreator)() |
Function prototype for functions that create DtUnderwaterAcousticsStateRepositories.
| DtUnderwaterAcousticsPublisher::DtUnderwaterAcousticsPublisher | ( | DtExerciseConn * | conn, |
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
CTOR.
| DtUnderwaterAcousticsPublisher::DtUnderwaterAcousticsPublisher | ( | DtUnderwaterAcousticsStateRepository * | stateRepToUse, |
| DtExerciseConn * | conn, | ||
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
protected |
Copy Constructor – not implemented.
|
virtual |
if called, at the next tick all attributes will be sent to the RTI This call differs from the base callback by also including a force update of all beam children.
Reimplemented from DtObjectPublisher.
|
virtual |
If the attribute set is specified, forceUpdate will call through to DtObjectPublisher::forceUpdate and the beams children will not be updated.
This function is added to prevent it from being hidden
Reimplemented from DtObjectPublisher.
|
protectedvirtual |
Return number of sonar publishers.
|
protectedvirtual |
Return number of APA publishers.
|
protected |
Assignment operator – not implemented.
|
protectedvirtual |
Returns the publisher responsible for publishing the indicated APA SR, NULL if there is none.
|
protectedvirtual |
Returns the publisher responsible for publishing the indicated sonar SR, NULL if there is none.
|
static |
Give us a function to be used for creating SRs.
|
protectedvirtual |
Update myActiveSonarPubs so that it has a publisher for all active sonars in the overall underwater acoustic state rep.
Called by tick() so that all active sonar publishers can be ticked after the underwater acoustic state rep has been updated.
|
protectedvirtual |
Update myAdditionalPassiveActivityPubs so that it has a publisher for all active APAs in the overall underwater acoustic state rep.
Called by tick() so that all APA publishers can be ticked after the underwater acoustic state rep has been updated.
|
protectedvirtual |
|
virtual |
syncBeamList and update beam objects as well as main system object.
Reimplemented from DtObjectPublisher.
|
inlinevirtual |
Returns a pointer to the DtUnderwaterAcousticsStateRepository - through which you can set or inspect current state information.
References DtObjectPublisher::myStateRep.
|
inlinevirtual |
Synonym for underwaterAcousticsStateRep().
References DtObjectPublisher::myStateRep.
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |