VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Protected Attributes | Private Member Functions
makVrfMetoc::DtLandSurfacePublisher Class Reference

Instances of DtLandSurfacePublisher publish METOC_Root.EnvironmentCondition.Weather.LandSurface objects to the network. More...

Inheritance diagram for makVrfMetoc::DtLandSurfacePublisher:
Inheritance graph
[legend]

Public Types

typedef
DtLandSurfaceStateRepository *(* 
DtStateRepCreator )()
 Function prototype for a function that creates a DtLandSurfaceStateRepository. More...
 

Public Member Functions

 DtLandSurfacePublisher (DtLandSurfaceStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor. More...
 
 DtLandSurfacePublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor. More...
 
 DtLandSurfacePublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor. More...
 
 DtLandSurfacePublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 Constructor that creates a publisher for an existing DtHlaObject. More...
 
virtual ~DtLandSurfacePublisher ()
 Destructor. More...
 
virtual
DtLandSurfaceStateRepository
landSurfaceStateRep ()
 Returns a pointer to the DtLandSurfaceStateRepository - through which you can set or inspect current state information. More...
 
virtual
DtLandSurfaceStateRepository
lsr ()
 Synonym for landSurfaceStateRep(). More...
 

Static Public Member Functions

static const charobjectClassName ()
 The Object class name (METOC_Root.EnvironmentCondition.Weather.LandSurface) 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

 DtLandSurfacePublisher (const DtLandSurfacePublisher &orig)
 Copy Constructor – not implemented. More...
 
DtLandSurfacePublisheroperator= (const DtLandSurfacePublisher &orig)
 Assignment operator – not implemented. More...
 

Detailed Description

Instances of DtLandSurfacePublisher publish METOC_Root.EnvironmentCondition.Weather.LandSurface objects to the network.

Member Typedef Documentation

typedef DtLandSurfaceStateRepository*(* makVrfMetoc::DtLandSurfacePublisher::DtStateRepCreator)()

Function prototype for a function that creates a DtLandSurfaceStateRepository.

Constructor & Destructor Documentation

makVrfMetoc::DtLandSurfacePublisher::DtLandSurfacePublisher ( DtLandSurfaceStateRepository stateRepToUse,
DtExerciseConn *  conn,
const char name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

makVrfMetoc::DtLandSurfacePublisher::DtLandSurfacePublisher ( RTI::ObjectClassHandle  h,
DtExerciseConn *  conn,
const char name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

makVrfMetoc::DtLandSurfacePublisher::DtLandSurfacePublisher ( DtExerciseConn *  conn,
const char name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

makVrfMetoc::DtLandSurfacePublisher::DtLandSurfacePublisher ( 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 makVrfMetoc::DtLandSurfacePublisher::~DtLandSurfacePublisher ( )
virtual

Destructor.

makVrfMetoc::DtLandSurfacePublisher::DtLandSurfacePublisher ( const DtLandSurfacePublisher orig)
private

Copy Constructor – not implemented.

Member Function Documentation

static const char* makVrfMetoc::DtLandSurfacePublisher::objectClassName ( )
static

The Object class name (METOC_Root.EnvironmentCondition.Weather.LandSurface)

DtLandSurfacePublisher& makVrfMetoc::DtLandSurfacePublisher::operator= ( const DtLandSurfacePublisher orig)
private

Assignment operator – not implemented.

DtLandSurfaceStateRepository * makVrfMetoc::DtLandSurfacePublisher::landSurfaceStateRep ( )
inlinevirtual

Returns a pointer to the DtLandSurfaceStateRepository - through which you can set or inspect current state information.

DtLandSurfaceStateRepository * makVrfMetoc::DtLandSurfacePublisher::lsr ( )
inlinevirtual

Synonym for landSurfaceStateRep().

static DtStateRepCreator makVrfMetoc::DtLandSurfacePublisher::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtLandSurfacePublisher::theStateRepCreator
staticprotected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)