9 #ifndef entityPublisherHLA_H_
10 #define entityPublisherHLA_H_
54 RTI::ObjectClassHandle h,
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,
153 const char* objectClassNameFromType(
const DtEntityType& type);
173 #if DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG
179 #undef gGuiseSameAsType
DtStateRepository * myStateRep
Definition: objectPublisherHLA.h:221
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtDIGuyObjectPublisher publish DIGuyObject objects to the network.
Definition: diGuyObjectPublisherHLA.h:19
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
std::shared_ptr< DtGeodeticRegion > myGeodeticPublishingRegion
Definition: entityPublisherHLA.h:160
DtDIGuyObjectPublisher * myDiGuyObjectPub
Definition: entityPublisherHLA.h:159
virtual DtEntityStateRepository * esr()
Synonym for entityStateRep().
Definition: entityPublisherHLA.h:168
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherHLA.h:34
Instances of DtEntityPublisher are used for local or source simulations of entities (i...
Definition: entityPublisherHLA.h:28
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:42
virtual bool tick()
Tick (update) this object.
DtGeodeticRegion.
Definition: geodeticRegion.h:38
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: entityPublisherHLA.h:163
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region1516.h:32
static DtStateRepCreator theStateRepCreator
Definition: entityPublisherHLA.h:157
This is a base class meant to encapsulate user callbacks on ownership management services.
Definition: ownershipHandlerHLA.h:27
DtForceType
Section 4.
Definition: disEnums.h:199
Contains the standard DIS enumerations.
DtDeadReckonTypes
Definition: disEnums.h:1013
This file provides a declaration of the class DtObjectPublisher.
void init(RTI::ObjectClassHandle hand, DtStateRepository *stateRep, DtStateRepository *asSeenByRemote, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0)
static const DtEntityType & guiseSameAsType()
Returns a constant that can be passed to the constructor indicating that we should use the entity typ...
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26
class DtHlaObjectWithStateRep:
Definition: hlaObjectWithStateRep.h:28