![]() |
VR-Link API Documentation for DIS
|
DtIntercomParmRec is an abstract base class for the parameter record classes which are used by the intercom control PDU (DtIntercomControlPdu). More...
Inheritance diagram for DtIntercomParmRec:
Collaboration diagram for DtIntercomParmRec:Public Member Functions | |
| virtual | ~DtIntercomParmRec () |
| Destructor. More... | |
| virtual DtIntercomCtlRecType | recordType () const |
| Get the record type. More... | |
| virtual DtU16 | recordLength () const |
| Get the record length. More... | |
| virtual void | print () const |
| Print the record type and length. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the record to a stream. More... | |
Protected Member Functions | |
| DtIntercomParmRec () | |
| Constructors. More... | |
| DtIntercomParmRec (const DtIntercomParmRec &orig) | |
| DtIntercomParmRec (DtIntercomCtlRecType recordType, int recordLength) | |
| DtIntercomParmRec & | operator= (const DtIntercomParmRec &orig) |
| Assignment operator. More... | |
Protected Attributes | |
| DtIntercomCtlRecType | myRecordType |
| Data members: More... | |
| DtU16 | myRecordLength |
DtIntercomParmRec is an abstract base class for the parameter record classes which are used by the intercom control PDU (DtIntercomControlPdu).
|
virtual |
Destructor.
|
protected |
Constructors.
|
protected |
|
protected |
|
protected |
Assignment operator.
|
virtual |
Print the record type and length.
Reimplemented in DtIntercomEntityDestRec, DtIntercomGroupAsgmtRec, and DtIntercomGroupDestRec.
|
virtual |
Print the record to a stream.
Reimplemented in DtIntercomEntityDestRec, DtIntercomGroupAsgmtRec, and DtIntercomGroupDestRec.
|
virtual |
Get the record length.
|
virtual |
Get the record type.
|
protected |
|
protected |
Data members: