10 #ifndef DtIntercomEntityDestRec_H_
11 #define DtIntercomEntityDestRec_H_
54 virtual void setDestDeviceID(
DtU16 deviceID);
55 virtual DtU16 destDeviceID()
const;
58 virtual void setDestLineID(
DtU8 lineID);
59 virtual DtU8 destLineID()
const;
62 virtual void setDestPriority(
DtU8 priority);
63 virtual DtU8 destPriority()
const;
70 virtual void print()
const;
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtU16 myDestDeviceID
Definition: intercomEntityDestRec.h:84
DtU8 myDestLineID
Definition: intercomEntityDestRec.h:85
DtIntercomParmRec is an abstract base class for the parameter record classes which are used by the in...
Definition: intercomParmRec.h:23
This file declares classes related to intercom messages.
DtU8 myDestPriority
Definition: intercomEntityDestRec.h:86
Definition: intercmCtlP.h:29
Instances of DtIntercomEntityDestRec are used to contain the information in the entity destination pa...
Definition: intercomEntityDestRec.h:27
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
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.
DtIntercomDestLineStateCmd myDestLineStateCmd
Definition: intercomEntityDestRec.h:87
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
Contains the standard DIS enumerations.
DtIntercomParmRec & operator=(const DtIntercomParmRec &orig)
Assignment operator.
virtual void printDataToStream(std::ostream &stream) const
Print the record to a stream.
DtIntercomDestLineStateCmd
Definition: disEnums.h:2018
This file contains typedefs for machine dependant types.
virtual void print() const
Print the record type and length.
DtEntityIdentifier myDestEntityID
Definition: intercomEntityDestRec.h:83