VR-Link API Documentation for DIS
Public Member Functions | Protected Member Functions | Protected Attributes
DtIntercomParmRec Class Reference

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:

List of all members.

Public Member Functions

virtual ~DtIntercomParmRec ()
 Destructor.
virtual DtIntercomCtlRecType recordType () const
 Get the record type.
virtual DtU16 recordLength () const
 Get the record length.
virtual void print () const
 Print the record type and length.
virtual void printDataToStream (std::ostream &stream) const
 Print the record to a stream.

Protected Member Functions

 DtIntercomParmRec ()
 Constructors.
 DtIntercomParmRec (const DtIntercomParmRec &orig)
 DtIntercomParmRec (DtIntercomCtlRecType recordType, int recordLength)
DtIntercomParmRecoperator= (const DtIntercomParmRec &orig)
 Assignment operator.

Protected Attributes

DtIntercomCtlRecType myRecordType
 Data members:
DtU16 myRecordLength

Detailed Description

DtIntercomParmRec is an abstract base class for the parameter record classes which are used by the intercom control PDU (DtIntercomControlPdu).


Constructor & Destructor Documentation

Destructor.

Constructors.

DtIntercomParmRec::DtIntercomParmRec ( DtIntercomCtlRecType  recordType,
int  recordLength 
) [protected]

Member Function Documentation

DtIntercomParmRec& DtIntercomParmRec::operator= ( const DtIntercomParmRec orig) [protected]

Assignment operator.

virtual void DtIntercomParmRec::print ( ) const [virtual]

Print the record type and length.

Reimplemented in DtIntercomEntityDestRec, DtIntercomGroupAsgmtRec, and DtIntercomGroupDestRec.

virtual void DtIntercomParmRec::printDataToStream ( std::ostream &  stream) const [virtual]

Print the record to a stream.

Reimplemented in DtIntercomEntityDestRec, DtIntercomGroupAsgmtRec, and DtIntercomGroupDestRec.

virtual DtU16 DtIntercomParmRec::recordLength ( ) const [virtual]

Get the record length.

Get the record type.


Member Data Documentation

Data members:


The documentation for this class was generated from the following file:

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)