![]() |
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. More... | |
| DtIntercomGroupDestRec (const DtIntercomGroupDestRec &orig) | |
| virtual | ~DtIntercomGroupDestRec () |
| Destructor. More... | |
| DtIntercomGroupDestRec & | operator= (const DtIntercomGroupDestRec &orig) |
| Assignment operators. More... | |
| DtIntercomGroupDestRec & | operator= (const DtNetIntercomGroupDestRec &orig) |
| virtual void | setDestGroupBitField (DtU32 bitField) |
| Set/Get the group bit field. More... | |
| virtual DtU32 | destGroupBitField () const |
| virtual void | setDestPriority (DtU8 priority) |
| Set/Get the destination priority. More... | |
| virtual DtU8 | destPriority () const |
| virtual void | setDestLineStateCmd (DtIntercomDestLineStateCmd cmd) |
| Set/Get the destination line state command. More... | |
| virtual DtIntercomDestLineStateCmd | destLineStateCmd () const |
| virtual void | print () const |
| Print this record. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print this record to a stream. More... | |
| virtual void | unloadNetRecord (const DtNetIntercomGroupDestRec &record) |
| Load/Unload data from a packet record. More... | |
| virtual void | loadNetRecord (DtNetIntercomGroupDestRec &record) const |
Public Member Functions inherited from DtIntercomParmRec | |
| virtual | ~DtIntercomParmRec () |
| Destructor. More... | |
| virtual DtIntercomCtlRecType | recordType () const |
| Get the record type. More... | |
| virtual DtU16 | recordLength () const |
| Get the record length. More... | |
Protected Attributes | |
| DtU32 | myDestGroupBitField |
| DtU8 | myDestPriority |
| DtIntercomDestLineStateCmd | myDestLineStateCmd |
Protected Attributes inherited from DtIntercomParmRec | |
| DtIntercomCtlRecType | myRecordType |
| Data members: More... | |
| DtU16 | myRecordLength |
Additional Inherited Members | |
Protected Member Functions inherited from DtIntercomParmRec | |
| DtIntercomParmRec () | |
| Constructors. More... | |
| DtIntercomParmRec (const DtIntercomParmRec &orig) | |
| DtIntercomParmRec (DtIntercomCtlRecType recordType, int recordLength) | |
| DtIntercomParmRec & | operator= (const DtIntercomParmRec &orig) |
| Assignment operator. More... | |
Instances of DtIntercomGroupDestRec are used to contain the information in the group destination parameter record used by the intercom control PDU class.
| DtIntercomGroupDestRec::DtIntercomGroupDestRec | ( | ) |
Constructors.
| DtIntercomGroupDestRec::DtIntercomGroupDestRec | ( | const DtIntercomGroupDestRec & | orig | ) |
|
virtual |
Destructor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| DtIntercomGroupDestRec& DtIntercomGroupDestRec::operator= | ( | const DtIntercomGroupDestRec & | orig | ) |
Assignment operators.
| DtIntercomGroupDestRec& DtIntercomGroupDestRec::operator= | ( | const DtNetIntercomGroupDestRec & | orig | ) |
|
virtual |
Print this record.
Reimplemented from DtIntercomParmRec.
|
virtual |
Print this record to a stream.
Reimplemented from DtIntercomParmRec.
|
virtual |
Set/Get the group bit field.
|
virtual |
Set/Get the destination line state command.
|
virtual |
Set/Get the destination priority.
|
virtual |
Load/Unload data from a packet record.
|
protected |
|
protected |
|
protected |