![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtSubsurfaceLayerPublisher publish METOC_Root.EnvironmentCondition.SubsurfaceLayer objects to the network. More...

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