10 #ifndef DtIntercomGroupDestRec_H_
11 #define DtIntercomGroupDestRec_H_
27 class DT_DLL_VL DtIntercomGroupDestRec :
public DtIntercomParmRec
34 DtIntercomGroupDestRec();
35 DtIntercomGroupDestRec(
const DtIntercomGroupDestRec& orig);
39 virtual ~DtIntercomGroupDestRec();
43 DtIntercomGroupDestRec& operator=(
44 const DtIntercomGroupDestRec& orig);
45 DtIntercomGroupDestRec& operator=(
46 const DtNetIntercomGroupDestRec& orig);
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;
65 virtual void printDataToStream(std::ostream& stream)
const;
68 virtual void unloadNetRecord(
const DtNetIntercomGroupDestRec& record);
69 virtual void loadNetRecord(DtNetIntercomGroupDestRec& record)
const;
75 DtU32 myDestGroupBitField;
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file declares classes related to intercom messages.
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
Contains the standard DIS enumerations.
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
DtIntercomDestLineStateCmd
Definition: disEnums.h:1998
This file contains typedefs for machine dependant types.