9 #ifndef entityPublisherHLA_H_
10 #define entityPublisherHLA_H_
20 class DtGeodeticRegion;
50 const DtDDMRegionSet* regionSetToUse = 0);
54 RTI::ObjectClassHandle h,
57 const DtDDMRegionSet* regionSetToUse = 0);
64 const DtDDMRegionSet* regionSetToUse = 0);
74 const DtDDMRegionSet* regionSetToUse = 0);
96 virtual void enableDiGuyInformation();
108 virtual void divestObject();
113 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
119 static void setDfltRotationThreshold(
double r);
120 static double dfltRotationThreshold();
121 static void setDfltTranslationThreshold(
double t);
122 static double dfltTranslationThreshold();
133 const char* name = 0,
134 const DtDDMRegionSet* regionSetToUse = 0);
153 const char* objectClassNameFromType(
const DtEntityType& type);
157 static DtStateRepCreator theStateRepCreator;
160 DtBoost::shared_ptr<DtGeodeticRegion> myGeodeticPublishingRegion;
173 #if DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG
179 #undef gGuiseSameAsType
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:193
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
Definition: diGuyObjectPublisherDIS.h:17
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtEntityStateRepository * esr()
Synonym for entityStateRep().
Definition: entityPublisherDIS.h:278
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherDIS.h:36
Instances of DtEntityPublisher are used for local or source simulations of entities, (i.e.
Definition: entityPublisherDIS.h:33
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:41
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
virtual DtEntityStateRepository * entityStateRep()
Returns a pointer to the EntityStateRepository - through which you can set or inspect current state i...
Definition: entityPublisherDIS.h:273
This is a base class meant to encapsulate user callbacks on ownership management services.
Definition: ownershipHandlerDIS.h:39
DtForceType
Section 4.
Definition: disEnums.h:199
Contains the standard DIS enumerations.
DtDeadReckonTypes
Definition: disEnums.h:997
virtual bool tick()=0
Tick (update) this object.
static const DtEntityType & guiseSameAsType()
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26