10 #ifndef DtIntercomGroupAsgmtRec_H_
11 #define DtIntercomGroupAsgmtRec_H_
47 virtual void setGroupBitField(
DtU32 bitField);
48 virtual DtU32 groupBitField()
const;
55 virtual void setDestEquipID(
DtU16 equipID);
56 virtual DtU16 destEquipID()
const;
59 virtual void setDestLineID(
DtU8 lineID);
60 virtual DtU8 destLineID()
const;
63 virtual void print()
const;
DtEntityIdentifier myDestEntityID
Definition: intercomGroupAsgmtRec.h:75
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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.
DtU32 myGroupBitField
Definition: intercomGroupAsgmtRec.h:74
DtU16 myDestEquipID
Definition: intercomGroupAsgmtRec.h:76
Instances of DtIntercomGroupAsgmtRec are used to contain the information in the group assignment para...
Definition: intercomGroupAsgmtRec.h:28
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
Definition: intercmCtlP.h:47
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
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.
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
virtual void printDataToStream(std::ostream &stream) const
Print the record to a stream.
DtU8 myDestLineID
Definition: intercomGroupAsgmtRec.h:77
This file contains typedefs for machine dependant types.
virtual void print() const
Print the record type and length.