31 return (eventNum == rhs.eventNum);
92 void setEventNum(
int eventNum);
107 const char* string()
const;
163 DtEventId(
int site,
int host,
int eventNum);
175 void init(
int site,
int host,
int eventNum);
184 void setSite(
int site);
189 void setHost(
int host);
192 int eventNum()
const;
194 void setEventNum(
int eventNum);
197 const char* string()
const;
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
A DtSimulationAddress is used in DIS to identify a particular simulator.
Definition: simulationAddress.h:29
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
DtNetU16 DtEvent
Definition: eventId.h:144
bool operator==(const DtNetEventId &rhs) const
Definition: eventId.h:138
DtU16 DtEvent
Public for backwards compatibility, will be removed in the future.
Definition: eventId.h:211
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:51
This file contains typedefs used to represent objects in a protocol neutral way.
DtString myStringRep
Public for backwards compatibility, will be removed in the future.
Definition: eventId.h:214
declares DtSimulationAddress.
Represents Events in DIS.
Definition: eventId.h:154
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtNetSimulationAddress DtSimulator
Definition: eventId.h:143
Definition: netStructs.h:96
Definition: eventId.h:131
DtSimulationAddress DtSimulator
Public for backwards compatibility, will be removed in the future.
Definition: eventId.h:208
class DT_DLL_VLPROTIND DtEventId
Definition: netStructs.h:20
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
DtEventId DtEventID
Provided for backwards compatibility.
Definition: eventId.h:15
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
Instances of DtString are used to represent strings.
Definition: vlString.h:29