![]() |
VR-Link API Documentation for DIS
|
Instances of DtIntercomGroupDestRec are used to contain the information in the group destination parameter record used by the intercom control PDU class. More...
Inheritance diagram for DtIntercomGroupDestRec:
Collaboration diagram for DtIntercomGroupDestRec:Public Member Functions | |
| DtIntercomGroupDestRec () | |
| Constructors. | |
| DtIntercomGroupDestRec (const DtIntercomGroupDestRec &orig) | |
| virtual | ~DtIntercomGroupDestRec () |
| Destructor. | |
| DtIntercomGroupDestRec & | operator= (const DtIntercomGroupDestRec &orig) |
| Assignment operators. | |
| DtIntercomGroupDestRec & | operator= (const DtNetIntercomGroupDestRec &orig) |
| virtual void | setDestGroupBitField (DtU32 bitField) |
| Set/Get the group bit field. | |
| virtual DtU32 | destGroupBitField () const |
| virtual void | setDestPriority (DtU8 priority) |
| Set/Get the destination priority. | |
| virtual DtU8 | destPriority () const |
| virtual void | setDestLineStateCmd (DtIntercomDestLineStateCmd cmd) |
| Set/Get the destination line state command. | |
| virtual DtIntercomDestLineStateCmd | destLineStateCmd () 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 DtNetIntercomGroupDestRec &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetIntercomGroupDestRec &record) const |
Protected Attributes | |
| DtU32 | myDestGroupBitField |
| DtU8 | myDestPriority |
| DtIntercomDestLineStateCmd | myDestLineStateCmd |
Instances of DtIntercomGroupDestRec are used to contain the information in the group destination parameter record used by the intercom control PDU class.
Constructors.
| DtIntercomGroupDestRec::DtIntercomGroupDestRec | ( | const DtIntercomGroupDestRec & | orig | ) |
| virtual DtIntercomGroupDestRec::~DtIntercomGroupDestRec | ( | ) | [virtual] |
Destructor.
| virtual DtU32 DtIntercomGroupDestRec::destGroupBitField | ( | ) | const [virtual] |
| virtual DtIntercomDestLineStateCmd DtIntercomGroupDestRec::destLineStateCmd | ( | ) | const [virtual] |
| virtual DtU8 DtIntercomGroupDestRec::destPriority | ( | ) | const [virtual] |
| virtual void DtIntercomGroupDestRec::loadNetRecord | ( | DtNetIntercomGroupDestRec & | record | ) | const [virtual] |
| DtIntercomGroupDestRec& DtIntercomGroupDestRec::operator= | ( | const DtIntercomGroupDestRec & | orig | ) |
Assignment operators.
| DtIntercomGroupDestRec& DtIntercomGroupDestRec::operator= | ( | const DtNetIntercomGroupDestRec & | orig | ) |
| virtual void DtIntercomGroupDestRec::print | ( | ) | const [virtual] |
Print this record.
Reimplemented from DtIntercomParmRec.
| virtual void DtIntercomGroupDestRec::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print this record to a stream.
Reimplemented from DtIntercomParmRec.
| virtual void DtIntercomGroupDestRec::setDestGroupBitField | ( | DtU32 | bitField | ) | [virtual] |
Set/Get the group bit field.
| virtual void DtIntercomGroupDestRec::setDestLineStateCmd | ( | DtIntercomDestLineStateCmd | cmd | ) | [virtual] |
Set/Get the destination line state command.
| virtual void DtIntercomGroupDestRec::setDestPriority | ( | DtU8 | priority | ) | [virtual] |
Set/Get the destination priority.
| virtual void DtIntercomGroupDestRec::unloadNetRecord | ( | const DtNetIntercomGroupDestRec & | record | ) | [virtual] |
Load/Unload data from a packet record.
DtU32 DtIntercomGroupDestRec::myDestGroupBitField [protected] |
DtU8 DtIntercomGroupDestRec::myDestPriority [protected] |