![]() |
VR-Link API Documentation for HLA 1.3
|
class DtPropulsionNoisePublisher More...
Inheritance diagram for DtPropulsionNoisePublisher:
Collaboration diagram for DtPropulsionNoisePublisher:Public Types | |
| typedef DtPropulsionNoiseStateRepository *(* | DtStateRepCreator )() |
| Function prototype for a function that creates a DtPropulsionNoiseStateRepository. | |
Public Member Functions | |
| DtPropulsionNoisePublisher (DtPropulsionNoiseStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor. | |
| DtPropulsionNoisePublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor. | |
| DtPropulsionNoisePublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor. | |
| DtPropulsionNoisePublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn) | |
| Constructor that creates a publisher for an existing DtHlaObject. | |
| virtual | ~DtPropulsionNoisePublisher () |
| Destructor. | |
| virtual DtPropulsionNoiseStateRepository * | propulsionNoiseStateRep () |
| Returns a pointer to the DtPropulsionNoiseStateRepository - through which you can set or inspect current state information. | |
| virtual DtPropulsionNoiseStateRepository * | psr () |
| Synonym for propulsionNoiseStateRep(). | |
| 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 | |
| DtPropulsionNoisePublisher (const DtPropulsionNoisePublisher &orig) | |
| Copy Constructor -- not implemented. | |
| DtPropulsionNoisePublisher & | operator= (const DtPropulsionNoisePublisher &orig) |
| Assignment operator -- not implemented. | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
class DtPropulsionNoisePublisher
Instances of DtPropulsionNoisePublisher publish EmbeddedSystem.UnderwaterAcousticsEmission.PropulsionNoise objects to the network.
Function prototype for a function that creates a DtPropulsionNoiseStateRepository.
| DtPropulsionNoisePublisher::DtPropulsionNoisePublisher | ( | DtPropulsionNoiseStateRepository * | stateRepToUse, |
| DtExerciseConn * | conn, | ||
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| DtPropulsionNoisePublisher::DtPropulsionNoisePublisher | ( | RTI::ObjectClassHandle | h, |
| DtExerciseConn * | conn, | ||
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| DtPropulsionNoisePublisher::DtPropulsionNoisePublisher | ( | DtExerciseConn * | conn, |
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| DtPropulsionNoisePublisher::DtPropulsionNoisePublisher | ( | 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 DtPropulsionNoisePublisher::~DtPropulsionNoisePublisher | ( | ) | [virtual] |
Destructor.
| DtPropulsionNoisePublisher::DtPropulsionNoisePublisher | ( | const DtPropulsionNoisePublisher & | orig | ) | [protected] |
Copy Constructor -- not implemented.
| virtual const char* DtPropulsionNoisePublisher::classToUse | ( | ) | const [virtual] |
Returns the name of the FOM object class to use.
Default implementation is to ask the FOM Mapper.
| DtPropulsionNoisePublisher& DtPropulsionNoisePublisher::operator= | ( | const DtPropulsionNoisePublisher & | orig | ) | [protected] |
Assignment operator -- not implemented.
| DtPropulsionNoiseStateRepository * DtPropulsionNoisePublisher::propulsionNoiseStateRep | ( | ) | [inline, virtual] |
Returns a pointer to the DtPropulsionNoiseStateRepository - through which you can set or inspect current state information.
References DtObjectPublisher::myStateRep.
| DtPropulsionNoiseStateRepository * DtPropulsionNoisePublisher::psr | ( | ) | [inline, virtual] |
Synonym for propulsionNoiseStateRep().
References DtObjectPublisher::myStateRep.
| static DtStateRepCreator DtPropulsionNoisePublisher::setStateRepCreator | ( | DtStateRepCreator | creator | ) | [static] |
Give us a function to be used for creating SRs.
DtStateRepCreator DtPropulsionNoisePublisher::theStateRepCreator [static, protected] |