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();
107 virtual void divestObject();
112 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
118 static void setDfltRotationThreshold(
double r);
119 static double dfltRotationThreshold();
120 static void setDfltTranslationThreshold(
double t);
121 static double dfltTranslationThreshold();
132 const char* name = 0,
133 const DtDDMRegionSet* regionSetToUse = 0);
152 const char* objectClassNameFromType(
const DtEntityType& type);
156 static DtStateRepCreator theStateRepCreator;
159 DtBoost::shared_ptr<DtGeodeticRegion> myGeodeticPublishingRegion;
172 #if DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG
178 #undef gGuiseSameAsType
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:176
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
Definition: diGuyObjectPublisherDIS.h:17
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtEntityStateRepository * esr()
Synonym for entityStateRep().
Definition: entityPublisherDIS.h:277
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:37
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:272
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.
virtual void tick()=0
Tick (update) this object.
DtDeadReckonTypes
Definition: disEnums.h:993
static const DtEntityType & guiseSameAsType()
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26