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::DtWeatherPublisher Class Reference

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

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

Public Types

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

Public Member Functions

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

Static Public Member Functions

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

 DtWeatherPublisher (const DtWeatherPublisher &orig)
 Copy Constructor – not implemented. More...
 
DtWeatherPublisheroperator= (const DtWeatherPublisher &orig)
 Assignment operator – not implemented. More...
 

Detailed Description

Instances of DtWeatherPublisher publish METOC_Root.EnvironmentCondition.Weather objects to the network.

Member Typedef Documentation

typedef DtWeatherStateRepository*(* makVrfMetoc::DtWeatherPublisher::DtStateRepCreator)()

Function prototype for a function that creates a DtWeatherStateRepository.

Constructor & Destructor Documentation

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

Constructor.

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

Constructor.

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

Constructor.

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

Destructor.

makVrfMetoc::DtWeatherPublisher::DtWeatherPublisher ( const DtWeatherPublisher orig)
private

Copy Constructor – not implemented.

Member Function Documentation

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

The Object class name (METOC_Root.EnvironmentCondition.Weather)

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

Assignment operator – not implemented.

DtWeatherStateRepository * makVrfMetoc::DtWeatherPublisher::weatherStateRep ( )
inlinevirtual

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

DtWeatherStateRepository * makVrfMetoc::DtWeatherPublisher::wsr ( )
inlinevirtual

Synonym for weatherStateRep().

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

Give us a function to be used for creating SRs.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtWeatherPublisher::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)