![]() |
VR-Link API Documentation for HLA 1.3
|
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 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. | |
| DtActiveSonarPublisher & | operator= (const DtActiveSonarPublisher &orig) |
| Assignment operator -- not implemented. | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
Instances of DtActiveSonarPublisher publish EmbeddedSystem.UnderwaterAcousticsEmission.ActiveSonar objects to the network.
Function prototype for a function that creates a DtActiveSonarStateRepository.
| 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 DtActiveSonarPublisher & | orig | ) | [protected] |
Copy Constructor -- not implemented.
| DtActiveSonarStateRepository * DtActiveSonarPublisher::activeSonarStateRep | ( | ) | [inline, virtual] |
Returns a pointer to the DtActiveSonarStateRepository - through which you can set or inspect current state information.
References DtObjectPublisher::myStateRep.
| DtActiveSonarStateRepository * DtActiveSonarPublisher::asr | ( | ) | [inline, virtual] |
Synonym for activeSonarStateRep().
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.
| static DtStateRepCreator DtActiveSonarPublisher::setStateRepCreator | ( | DtStateRepCreator | creator | ) | [static] |
Give us a function to be used for creating SRs.
DtStateRepCreator DtActiveSonarPublisher::theStateRepCreator [static, protected] |