![]() |
VR-Forces 5.0.2 Developer's Guide
|
Instances of DtWaterSurfacePublisher publish METOC_Root.EnvironmentCondition.Weather.WaterSurface objects to the network.

Public Types | |
| typedef DtWaterSurfaceStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtWaterSurfacePublisher (DtWaterSurfaceStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| DtWaterSurfacePublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| DtWaterSurfacePublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| DtWaterSurfacePublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn) | |
| virtual | ~DtWaterSurfacePublisher () |
| virtual DtWaterSurfaceStateRepository * | waterSurfaceStateRep () |
| virtual DtWaterSurfaceStateRepository * | wsr () |
Static Public Member Functions | |
| static const char * | objectClassName () |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
Private Member Functions | |
| DtWaterSurfacePublisher (const DtWaterSurfacePublisher &orig) | |
| DtWaterSurfacePublisher & | operator= (const DtWaterSurfacePublisher &orig) |
| typedef DtWaterSurfaceStateRepository*(* makVrfMetoc::DtWaterSurfacePublisher::DtStateRepCreator)() |
Function prototype for a function that creates a DtWaterSurfaceStateRepository.
| makVrfMetoc::DtWaterSurfacePublisher::DtWaterSurfacePublisher | ( | DtWaterSurfaceStateRepository * | stateRepToUse, |
| DtExerciseConn * | conn, | ||
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| makVrfMetoc::DtWaterSurfacePublisher::DtWaterSurfacePublisher | ( | RTI::ObjectClassHandle | h, |
| DtExerciseConn * | conn, | ||
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| makVrfMetoc::DtWaterSurfacePublisher::DtWaterSurfacePublisher | ( | DtExerciseConn * | conn, |
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| makVrfMetoc::DtWaterSurfacePublisher::DtWaterSurfacePublisher | ( | 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 |
Destructor.
|
private |
Copy Constructor – not implemented.
|
static |
The Object class name (METOC_Root.EnvironmentCondition.Weather.WaterSurface)
|
private |
Assignment operator – not implemented.
|
inlinevirtual |
Returns a pointer to the DtWaterSurfaceStateRepository - through which you can set or inspect current state information.
|
inlinevirtual |
Synonym for waterSurfaceStateRep().
|
static |
Give us a function to be used for creating SRs.
|
staticprotected |