VR-Link API Documentation for HLA 1.3
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
DtGriddedDataPublisher Class Reference

class DtGriddedDataPublisher: More...

+ Inheritance diagram for DtGriddedDataPublisher:
+ Collaboration diagram for DtGriddedDataPublisher:

List of all members.

Public Types

typedef DtGriddedDataRepository *(* DtStateRepCreator )()
 Function prototype for functions that create DtGriddedDataRepositories.

Public Member Functions

 DtGriddedDataPublisher (DtGriddedDataRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtGriddedDataPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtGriddedDataPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
virtual ~DtGriddedDataPublisher ()
virtual DtGriddedDataRepositorygridDataStateRep ()
 Returns a pointer to the DtGriddedDataRepository - through which you can set or inspect current state information.
virtual DtGriddedDataRepositorygdsr ()
 Synonym for gridDataStateRep().
virtual const char * classToUse () const
 Returns the name of the FOM object class to use.

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs.

Protected Member Functions

 DtGriddedDataPublisher (const DtGriddedDataPublisher &orig)
 copy constructor -- Not Implemented
DtGriddedDataPublisheroperator= (const DtGriddedDataPublisher &orig)
 copy constructor -- Not Implemented

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

class DtGriddedDataPublisher:

Instances of DtGriddedDataPublisher are used for local or source simulation of gridded data objects. (i.e. these entities are not dependent on data being produced elsewhere on the network for their existence). These entities send data to the network.


Member Typedef Documentation

Function prototype for functions that create DtGriddedDataRepositories.


Constructor & Destructor Documentation

DtGriddedDataPublisher::DtGriddedDataPublisher ( DtGriddedDataRepository stateRepToUse,
DtExerciseConn conn,
const char *  name = 0,
const DtDDMRegionSet regionSetToUse = 0 
)

Constructor.

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

Constructor.

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

Constructor.

copy constructor -- Not Implemented


Member Function Documentation

virtual const char* DtGriddedDataPublisher::classToUse ( ) const [virtual]

Returns the name of the FOM object class to use.

Default implementation is to ask the FOM Mapper.

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

References DtObjectPublisher::myStateRep.

DtGriddedDataPublisher& DtGriddedDataPublisher::operator= ( const DtGriddedDataPublisher orig) [protected]

copy constructor -- Not Implemented

Give us a function to be used for creating SRs.


Member Data Documentation


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)