![]() |
VR-Forces 5.0.3 Developer's Guide
|
Instances of DtSubsurfaceLayerPublisher publish METOC_Root.EnvironmentCondition.SubsurfaceLayer objects to the network.

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