![]() |
VR-Link API Documentation for DIS
|
Instances of DtIntercomGroupAsgmtRec are used to contain the information in the group assignment parameter record used by the intercom control PDU class. More...
Inheritance diagram for DtIntercomGroupAsgmtRec:
Collaboration diagram for DtIntercomGroupAsgmtRec:Public Member Functions | |
| DtIntercomGroupAsgmtRec () | |
| Constructors. | |
| DtIntercomGroupAsgmtRec (const DtIntercomGroupAsgmtRec &orig) | |
| virtual | ~DtIntercomGroupAsgmtRec () |
| Destructor. | |
| DtIntercomGroupAsgmtRec & | operator= (const DtIntercomGroupAsgmtRec &orig) |
| Assignment operators. | |
| DtIntercomGroupAsgmtRec & | operator= (const DtNetIntercomGroupAsgmtRec &orig) |
| virtual void | setGroupBitField (DtU32 bitField) |
| Set/Get the group bit field. | |
| virtual DtU32 | groupBitField () const |
| virtual void | setDestEntityID (const DtEntityIdentifier &entityID) |
| Set/Get the destination entity identifier. | |
| virtual const DtEntityIdentifier & | destEntityID () const |
| virtual void | setDestEquipID (DtU16 equipID) |
| Set/Get the destination equipment ID. | |
| virtual DtU16 | destEquipID () const |
| virtual void | setDestLineID (DtU8 lineID) |
| Set/Get the destination line ID. | |
| virtual DtU8 | destLineID () const |
| virtual void | print () const |
| Print this record. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print this record to a stream. | |
| virtual void | unloadNetRecord (const DtNetIntercomGroupAsgmtRec &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetIntercomGroupAsgmtRec &record) const |
Public Member Functions inherited from DtIntercomParmRec | |
| virtual | ~DtIntercomParmRec () |
| Destructor. | |
| virtual DtIntercomCtlRecType | recordType () const |
| Get the record type. | |
| virtual DtU16 | recordLength () const |
| Get the record length. | |
Protected Attributes | |
| DtU32 | myGroupBitField |
| DtEntityIdentifier | myDestEntityID |
| DtU16 | myDestEquipID |
| DtU8 | myDestLineID |
Protected Attributes inherited from DtIntercomParmRec | |
| DtIntercomCtlRecType | myRecordType |
| Data members: | |
| DtU16 | myRecordLength |
Additional Inherited Members | |
Protected Member Functions inherited from DtIntercomParmRec | |
| DtIntercomParmRec () | |
| Constructors. | |
| DtIntercomParmRec (const DtIntercomParmRec &orig) | |
| DtIntercomParmRec (DtIntercomCtlRecType recordType, int recordLength) | |
| DtIntercomParmRec & | operator= (const DtIntercomParmRec &orig) |
| Assignment operator. | |
Instances of DtIntercomGroupAsgmtRec are used to contain the information in the group assignment parameter record used by the intercom control PDU class.
| DtIntercomGroupAsgmtRec::DtIntercomGroupAsgmtRec | ( | ) |
Constructors.
| DtIntercomGroupAsgmtRec::DtIntercomGroupAsgmtRec | ( | const DtIntercomGroupAsgmtRec & | orig | ) |
|
virtual |
Destructor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| DtIntercomGroupAsgmtRec& DtIntercomGroupAsgmtRec::operator= | ( | const DtIntercomGroupAsgmtRec & | orig | ) |
Assignment operators.
| DtIntercomGroupAsgmtRec& DtIntercomGroupAsgmtRec::operator= | ( | const DtNetIntercomGroupAsgmtRec & | orig | ) |
|
virtual |
Print this record.
Reimplemented from DtIntercomParmRec.
|
virtual |
Print this record to a stream.
Reimplemented from DtIntercomParmRec.
|
virtual |
Set/Get the destination entity identifier.
|
virtual |
Set/Get the destination equipment ID.
|
virtual |
Set/Get the destination line ID.
|
virtual |
Set/Get the group bit field.
|
virtual |
Load/Unload data from a packet record.
|
protected |
|
protected |
|
protected |
|
protected |