49 virtual void setEventIdentifier(
const DtEventId& val);
52 virtual const DtEventId& eventIdentifier()
const;
virtual void printData() const
Print data to the DtInfo stream.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtEmbeddedSystemRepository * create()
Instances of DtEmbeddedSystemRepository are used to store the state of embedded systems.
Definition: embeddedSystemRepository.h:21
DtEmbeddedSystemRepository & operator=(const DtEmbeddedSystemRepository &orig)
assignment operator
Contains the DtEmbeddedSystemRepository class declaration.
Instances of DtUnderwaterAcousticsEmissionStateRepository are used to store state data for EmbeddedSy...
Definition: underwaterAcousticsEmissionRepository.h:18
Represents Events in DIS.
Definition: eventId.h:154
DtEventId myEventIdentifier
Definition: underwaterAcousticsEmissionRepository.h:56
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
virtual DtStateRepository * clone(bool copy) const
Return a copy/empty object of the same type as this.
Contains the DtEventId class declaration.
virtual void printDataToStream(std::ostream &stream) const
Print state data to the specified stream.