58 virtual void setRelativePosition(
const DtVector32& position);
60 virtual const DtVector32& relativePosition()
const;
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtEmbeddedSystemRepository are used to store the state of embedded systems.
Definition: embeddedSystemRepository.h:21
DtGlobalObjectDesignator myHostId
Definition: embeddedSystemRepository.h:73
DtVector32 myRelativePosition
Definition: embeddedSystemRepository.h:76
Definition: vlVector.h:162
virtual DtStateRepository * clone(bool copy=false) const
Return a copy/empty object of the same type as this.
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
DtEntityIdentifier myEntityId
Definition: embeddedSystemRepository.h:70
Contains the standard DIS enumerations.
virtual void printData() const
Print State Data to the DtInfo Stream.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual void printDataToStream(std::ostream &stream) const
Prints the State Data to the stream specified.
DtStateRepository & operator=(const DtStateRepository &orig)
assignment operator