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

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

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

Public Types

typedef
DtWeatherStateRepository *(* 
DtStateRepCreator )()
 

Public Member Functions

 DtWeatherPublisher (DtWeatherStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtWeatherPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtWeatherPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtWeatherPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 
virtual ~DtWeatherPublisher ()
 
virtual DtWeatherStateRepositoryweatherStateRep ()
 
virtual DtWeatherStateRepositorywsr ()
 

Static Public Member Functions

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

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Private Member Functions

 DtWeatherPublisher (const DtWeatherPublisher &orig)
 
DtWeatherPublisheroperator= (const DtWeatherPublisher &orig)
 

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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)