![]() |
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 |
Protected Attributes | |
| DtU32 | myGroupBitField |
| DtEntityIdentifier | myDestEntityID |
| DtU16 | myDestEquipID |
| DtU8 | myDestLineID |
Instances of DtIntercomGroupAsgmtRec are used to contain the information in the group assignment parameter record used by the intercom control PDU class.
Constructors.
| virtual DtIntercomGroupAsgmtRec::~DtIntercomGroupAsgmtRec | ( | ) | [virtual] |
Destructor.
| virtual const DtEntityIdentifier& DtIntercomGroupAsgmtRec::destEntityID | ( | ) | const [virtual] |
| virtual DtU16 DtIntercomGroupAsgmtRec::destEquipID | ( | ) | const [virtual] |
| virtual DtU8 DtIntercomGroupAsgmtRec::destLineID | ( | ) | const [virtual] |
| virtual DtU32 DtIntercomGroupAsgmtRec::groupBitField | ( | ) | const [virtual] |
| virtual void DtIntercomGroupAsgmtRec::loadNetRecord | ( | DtNetIntercomGroupAsgmtRec & | record | ) | const [virtual] |
| DtIntercomGroupAsgmtRec& DtIntercomGroupAsgmtRec::operator= | ( | const DtIntercomGroupAsgmtRec & | orig | ) |
Assignment operators.
| DtIntercomGroupAsgmtRec& DtIntercomGroupAsgmtRec::operator= | ( | const DtNetIntercomGroupAsgmtRec & | orig | ) |
| virtual void DtIntercomGroupAsgmtRec::print | ( | ) | const [virtual] |
Print this record.
Reimplemented from DtIntercomParmRec.
| virtual void DtIntercomGroupAsgmtRec::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print this record to a stream.
Reimplemented from DtIntercomParmRec.
| virtual void DtIntercomGroupAsgmtRec::setDestEntityID | ( | const DtEntityIdentifier & | entityID | ) | [virtual] |
Set/Get the destination entity identifier.
| virtual void DtIntercomGroupAsgmtRec::setDestEquipID | ( | DtU16 | equipID | ) | [virtual] |
Set/Get the destination equipment ID.
| virtual void DtIntercomGroupAsgmtRec::setDestLineID | ( | DtU8 | lineID | ) | [virtual] |
Set/Get the destination line ID.
| virtual void DtIntercomGroupAsgmtRec::setGroupBitField | ( | DtU32 | bitField | ) | [virtual] |
Set/Get the group bit field.
| virtual void DtIntercomGroupAsgmtRec::unloadNetRecord | ( | const DtNetIntercomGroupAsgmtRec & | record | ) | [virtual] |
Load/Unload data from a packet record.
DtU16 DtIntercomGroupAsgmtRec::myDestEquipID [protected] |
DtU8 DtIntercomGroupAsgmtRec::myDestLineID [protected] |
DtU32 DtIntercomGroupAsgmtRec::myGroupBitField [protected] |