VR-Link API Documentation for HLA 1516
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | 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:

List of all members.

Public Types

typedef
DtActiveSonarStateRepository *(* 
DtStateRepCreator )()
 Function prototype for a function that creates a DtActiveSonarStateRepository.

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.

Static Public Member Functions

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

Protected Member Functions

 DtActiveSonarPublisher (const DtActiveSonarPublisher &orig)
 Copy Constructor -- not implemented.
DtActiveSonarPublisheroperator= (const DtActiveSonarPublisher &orig)
 Assignment operator -- not implemented.

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

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


Member Typedef Documentation

Function prototype for a function that creates a DtActiveSonarStateRepository.


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.

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.

Destructor.

Copy Constructor -- not implemented.


Member Function Documentation

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

References DtObjectPublisher::myStateRep.

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.

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

Assignment operator -- not implemented.

Give us a function to be used for creating SRs.


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)