14 #include <vl/objectPublisherHLA.h>
17 namespace makVrfMetoc {
19 class DtLandSurfaceStateRepository;
37 const DtDDMRegionSet* regionSetToUse = 0);
41 RTI::ObjectClassHandle h,
44 const DtDDMRegionSet* regionSetToUse = 0);
50 const DtDDMRegionSet* regionSetToUse = 0);
60 static const char * objectClassName();
84 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
static DtStateRepCreator theStateRepCreator
Definition: landSurfacePublisherHLA.h:87
Instances of DtLandSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.LandSurface objects.
Definition: landSurfaceStateRepository.h:31
virtual DtLandSurfaceStateRepository * landSurfaceStateRep()
Returns a pointer to the DtLandSurfaceStateRepository - through which you can set or inspect current ...
Definition: landSurfacePublisherHLA.h:90
virtual DtLandSurfaceStateRepository * lsr()
Synonym for landSurfaceStateRep().
Definition: landSurfacePublisherHLA.h:95
Instances of DtLandSurfacePublisher publish METOC_Root.EnvironmentCondition.Weather.LandSurface objects to the network.
Definition: landSurfacePublisherHLA.h:25