VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes
DtActiveSonarPublisher Class Reference

Instances of DtActiveSonarPublisher publish EmbeddedSystem.UnderwaterAcousticsEmission.ActiveSonar objects to the network. More...

+ Inheritance diagram for DtActiveSonarPublisher:
+ Collaboration diagram for DtActiveSonarPublisher:

Public Types

typedef
DtActiveSonarStateRepository *(* 
DtStateRepCreator )()
 Function prototype for functions that create DtActiveSonarStateRepositories.

Public Member Functions

 DtActiveSonarPublisher (DtActiveSonarStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtActiveSonarPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtActiveSonarPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtActiveSonarPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 Constructor that creates a publisher for an existing DtHlaObject.
virtual ~DtActiveSonarPublisher ()
 Destructor.
virtual
DtActiveSonarStateRepository
activeSonarStateRep ()
 Returns a pointer to the DtActiveSonarStateRepository - through which you can set or inspect current state information.
virtual
DtActiveSonarStateRepository
asr ()
 Synonym for activeSonarStateRep().
virtual const char * classToUse () const
 Returns the name of the FOM object class to use.
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 DtStateRepositorystateRep ()
 Returns a pointer to the DtStateRepository - through which you can set or inspect current state information.
virtual DtStateRepositorysr ()
 Synonym for stateRep().
virtual DtStateRepositoryapproximateRemoteStateRep ()
 Returns a pointer to the approximate remote DtStateRepository – This state repository contains the contents of the last sent message.
virtual DtHlaStateDecoderdecoder ()
 Returns a pointer to the Decoder being used to decode state messages that we send back into the asSeenByRemote SR.
virtual DtHlaStateEncoderencoder ()
 Returns a pointer to the Encoder being used to encode current state into an outgoing message.
virtual DtHlaObjectWithStateRephlaObject ()
 Get the object's hlaObject.
virtual DtExerciseConnexerciseConn ()
 Get our exercise connection.
virtual const DtObjectIdid () const
 Get the object's local identifier.
virtual const DtObjectIdobjectId () const
 Get the object's local identifier.
virtual const DtObjectIdlocalId () const
 Get the object's local identifier.
virtual const DtStringname () 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 parallelTick ()
 Tick (update) this object in parallel threads.
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 DtDDMRegionSetpublishingRegions () 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

 DtActiveSonarPublisher (const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor which does not include the DtExerciseConn and does not register the HLA object.
virtual void syncBeamList ()
 Update myBeamPubs so that it has a publisher for all beamSRs in my systemSR, but no others.
virtual
DtActiveSonarBeamPublisher
publisherForAsr (DtActiveSonarBeamRepository *bsr)
 Returns the publisher responsible for publishing the indicated BSR, NULL if there is none.
virtual int numBeams () const
 Return number of beam publishers.
 DtActiveSonarPublisher (const DtActiveSonarPublisher &orig)
 Copy Constructor – not implemented.
DtActiveSonarPublisheroperator= (const DtActiveSonarPublisher &orig)
 Assignment operator – not implemented.
- Protected Member Functions inherited from DtObjectPublisher
 DtObjectPublisher (DtStateRepository *stateRep, DtStateRepository *asSeenByRemote, bool okToDeleteStateRep=true, const DtDDMRegionSet *regionSet=0)
 Constructor which does not include the DtExerciseConn.
virtual void setExerciseConn (DtExerciseConn *conn)
 Allows the DtExerciseConn to be set after initial publisher creation.
virtual void processRemoveObject (DtHlaObject *obj)
 Called by removeObjectCb to detachHlaObject when our underlying DtHlaObject goes away.

Protected Attributes

DtList myBeamPubs
 List of DtEmitterBeamPubs.
bool myTickedFirstTime
- Protected Attributes inherited from DtObjectPublisher
DtExerciseConnmyExConn
DtHlaObjectWithStateRepmyHlaObj
DtStateRepositorymyStateRep
DtStateRepositorymyAsSeenByRemote
DtHlaStateEncodermyEncoder
DtHlaStateDecodermyDecoder
DtObjectId myObjectId
bool myOkToDeleteStateRepFlag
DtString myName
bool myDeleteObjInDtorFlag
DtDDMRegionSet myPublishingRegions

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

Instances of DtActiveSonarPublisher publish EmbeddedSystem.UnderwaterAcousticsEmission.ActiveSonar objects to the network.

Member Typedef Documentation

typedef DtActiveSonarStateRepository*(* DtActiveSonarPublisher::DtStateRepCreator)()

Function prototype for functions that create DtActiveSonarStateRepositories.

Constructor & Destructor Documentation

DtActiveSonarPublisher::DtActiveSonarPublisher ( DtActiveSonarStateRepository stateRepToUse,
DtExerciseConn conn,
const char *  name = 0,
const DtDDMRegionSet regionSetToUse = 0 
)

Constructor.

DtActiveSonarPublisher::DtActiveSonarPublisher ( RTI::ObjectClassHandle  h,
DtExerciseConn conn,
const char *  name = 0,
const DtDDMRegionSet regionSetToUse = 0 
)

Constructor.

DtActiveSonarPublisher::DtActiveSonarPublisher ( DtExerciseConn conn,
const char *  name = 0,
const DtDDMRegionSet regionSetToUse = 0 
)

Constructor.

DtActiveSonarPublisher::DtActiveSonarPublisher ( DtHlaObjectWithStateRep obj,
DtExerciseConn conn 
)

Constructor that creates a publisher for an existing DtHlaObject.

(DtHlaObjectWithStateRep is derived from DtHlaObject.) Typically used in conjunction with ownership management, when you want to take ownership and begin updating some attributes of an object that you have already discovered.

virtual DtActiveSonarPublisher::~DtActiveSonarPublisher ( )
virtual

Destructor.

DtActiveSonarPublisher::DtActiveSonarPublisher ( const char *  name = 0,
const DtDDMRegionSet regionSetToUse = 0 
)
protected

Constructor which does not include the DtExerciseConn and does not register the HLA object.

This is typically not desired, but may be useful in certain cases when a derived publisher wants to better control how the object is published.

DtActiveSonarPublisher::DtActiveSonarPublisher ( const DtActiveSonarPublisher orig)
protected

Copy Constructor – not implemented.

Member Function Documentation

DtActiveSonarStateRepository * DtActiveSonarPublisher::activeSonarStateRep ( )
inlinevirtual

Returns a pointer to the DtActiveSonarStateRepository - through which you can set or inspect current state information.

References DtObjectPublisher::myStateRep.

DtActiveSonarStateRepository * DtActiveSonarPublisher::asr ( )
inlinevirtual
virtual const char* DtActiveSonarPublisher::classToUse ( ) const
virtual

Returns the name of the FOM object class to use.

Default implementation is to ask the FOM Mapper.

virtual void DtActiveSonarPublisher::forceUpdate ( )
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 void DtActiveSonarPublisher::forceUpdate ( const RTI::AttributeHandleSet &  set)
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.

virtual int DtActiveSonarPublisher::numBeams ( ) const
protectedvirtual

Return number of beam publishers.

DtActiveSonarPublisher& DtActiveSonarPublisher::operator= ( const DtActiveSonarPublisher orig)
protected

Assignment operator – not implemented.

virtual DtActiveSonarBeamPublisher* DtActiveSonarPublisher::publisherForAsr ( DtActiveSonarBeamRepository bsr)
protectedvirtual

Returns the publisher responsible for publishing the indicated BSR, NULL if there is none.

static DtStateRepCreator DtActiveSonarPublisher::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

virtual void DtActiveSonarPublisher::syncBeamList ( )
protectedvirtual

Update myBeamPubs so that it has a publisher for all beamSRs in my systemSR, but no others.

Called by tick() so that all beamPubs can be ticked after systemSR has been updated.

virtual void DtActiveSonarPublisher::tick ( )
virtual

syncBeamList and update beam objects as well as main system object.

Reimplemented from DtObjectPublisher.

Member Data Documentation

DtList DtActiveSonarPublisher::myBeamPubs
protected

List of DtEmitterBeamPubs.

bool DtActiveSonarPublisher::myTickedFirstTime
protected
DtStateRepCreator DtActiveSonarPublisher::theStateRepCreator
staticprotected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)