10 #ifndef DtIntercomGroupDestRec_H_
11 #define DtIntercomGroupDestRec_H_
50 virtual void setDestGroupBitField(
DtU32 bitField);
51 virtual DtU32 destGroupBitField()
const;
54 virtual void setDestPriority(
DtU8 priority);
55 virtual DtU8 destPriority()
const;
62 virtual void print()
const;
Instances of DtIntercomGroupDestRec are used to contain the information in the group destination para...
Definition: intercomGroupDestRec.h:27
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtU32 myDestGroupBitField
Definition: intercomGroupDestRec.h:75
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.
Definition: intercmCtlP.h:39
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
DtIntercomDestLineStateCmd myDestLineStateCmd
Definition: intercomGroupDestRec.h:77
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
Contains the standard DIS enumerations.
DtU8 myDestPriority
Definition: intercomGroupDestRec.h:76
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.
DtIntercomDestLineStateCmd
Definition: disEnums.h:2018
This file contains typedefs for machine dependant types.
virtual void print() const
Print the record type and length.