VR-Forces 5.0.1 Developer's Guide
 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::DtTroposphereLayerPublisher Class Reference

Instances of DtTroposphereLayerPublisher publish METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects to the network.

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

Public Types

typedef
DtTroposphereLayerStateRepository *(* 
DtStateRepCreator )()
 

Public Member Functions

 DtTroposphereLayerPublisher (DtTroposphereLayerStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtTroposphereLayerPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtTroposphereLayerPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtTroposphereLayerPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 
virtual ~DtTroposphereLayerPublisher ()
 
virtual
DtTroposphereLayerStateRepository
troposphereLayerStateRep ()
 
virtual
DtTroposphereLayerStateRepository
tsr ()
 

Static Public Member Functions

static const charobjectClassName ()
 
static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Private Member Functions

 DtTroposphereLayerPublisher (const DtTroposphereLayerPublisher &orig)
 
DtTroposphereLayerPublisheroperator= (const DtTroposphereLayerPublisher &orig)
 

Member Typedef Documentation

typedef DtTroposphereLayerStateRepository*(* makVrfMetoc::DtTroposphereLayerPublisher::DtStateRepCreator)()

Function prototype for a function that creates a DtTroposphereLayerStateRepository.

Constructor & Destructor Documentation

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

Constructor.

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

Constructor.

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

Constructor.

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

Destructor.

makVrfMetoc::DtTroposphereLayerPublisher::DtTroposphereLayerPublisher ( const DtTroposphereLayerPublisher orig)
private

Copy Constructor – not implemented.

Member Function Documentation

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

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

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

Assignment operator – not implemented.

DtTroposphereLayerStateRepository * makVrfMetoc::DtTroposphereLayerPublisher::troposphereLayerStateRep ( )
inlinevirtual

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

DtTroposphereLayerStateRepository * makVrfMetoc::DtTroposphereLayerPublisher::tsr ( )
inlinevirtual
static DtStateRepCreator makVrfMetoc::DtTroposphereLayerPublisher::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtTroposphereLayerPublisher::theStateRepCreator
staticprotected

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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)