![]() |
VR-Link API Documentation for DIS
|
Instances of DtIntercomEntityDestRec are used to contain the information in the entity destination parameter records used by the intercom control PDU class. More...
Inheritance diagram for DtIntercomEntityDestRec:
Collaboration diagram for DtIntercomEntityDestRec:Public Member Functions | |
| DtIntercomEntityDestRec () | |
| Constructors. | |
| DtIntercomEntityDestRec (const DtIntercomEntityDestRec &orig) | |
| virtual | ~DtIntercomEntityDestRec () |
| Destructor. | |
| DtIntercomEntityDestRec & | operator= (const DtIntercomEntityDestRec &orig) |
| Assignment operators. | |
| DtIntercomEntityDestRec & | operator= (const DtNetIntercomEntityDestRec &orig) |
| virtual void | setDestEntityID (const DtEntityIdentifier &entityID) |
| Set/Get the destination entity identifier. | |
| virtual const DtEntityIdentifier & | destEntityID () const |
| virtual void | setDestDeviceID (DtU16 deviceID) |
| Set/Get the destination device ID. | |
| virtual DtU16 | destDeviceID () const |
| virtual void | setDestLineID (DtU8 lineID) |
| Set/Get the destination line ID. | |
| virtual DtU8 | destLineID () 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 DtNetIntercomEntityDestRec &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetIntercomEntityDestRec &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 | |
| DtEntityIdentifier | myDestEntityID |
| DtU16 | myDestDeviceID |
| DtU8 | myDestLineID |
| DtU8 | myDestPriority |
| DtIntercomDestLineStateCmd | myDestLineStateCmd |
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 DtIntercomEntityDestRec are used to contain the information in the entity destination parameter records used by the intercom control PDU class.
| DtIntercomEntityDestRec::DtIntercomEntityDestRec | ( | ) |
Constructors.
| DtIntercomEntityDestRec::DtIntercomEntityDestRec | ( | const DtIntercomEntityDestRec & | orig | ) |
|
virtual |
Destructor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| DtIntercomEntityDestRec& DtIntercomEntityDestRec::operator= | ( | const DtIntercomEntityDestRec & | orig | ) |
Assignment operators.
| DtIntercomEntityDestRec& DtIntercomEntityDestRec::operator= | ( | const DtNetIntercomEntityDestRec & | orig | ) |
|
virtual |
Print this record.
Reimplemented from DtIntercomParmRec.
|
virtual |
Print this record to a stream.
Reimplemented from DtIntercomParmRec.
|
virtual |
Set/Get the destination device ID.
|
virtual |
Set/Get the destination entity identifier.
|
virtual |
Set/Get the destination line ID.
|
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 |
|
protected |
|
protected |