VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
MAKVrExchange::DtFixedLengthData Class Reference

Represents data of fixed length. More...

Public Member Functions

 DtFixedLengthData (const DtU32 data=0)
 Default CTOR.
 ~DtFixedLengthData ()
 Default DTOR.
 DtFixedLengthData (const DtFixedLengthData &original)
 Copy CTOR – class is copyable.
DtFixedLengthDataoperator= (const DtFixedLengthData &original)
 Assignment Operator – class is copyable.
bool operator== (const DtFixedLengthData &rightOperand) const
 Tests for equality by comparing size and bytes.
bool operator!= (const DtFixedLengthData &rightOperand) const
const unsigned int size () const
 Returns the number of bytes stored in this class.
virtual std::ostream & printDataToStream (std::ostream &stream) const
 Prints the byte array to a stream in hex.
Data Exchange Attributes
 DtDEC_ATTRIBUTE (DtU32, Id, id)
 Specifies the type of fixed data.
 DtDEC_ATTRIBUTE (DtU32, Value, value)
 Value of the data.

Detailed Description

Represents data of fixed length.

Modeled after IEEE 1278.1-1995 Section 5.2.10

Constructor & Destructor Documentation

MAKVrExchange::DtFixedLengthData::DtFixedLengthData ( const DtU32  data = 0)

Default CTOR.

MAKVrExchange::DtFixedLengthData::~DtFixedLengthData ( )

Default DTOR.

MAKVrExchange::DtFixedLengthData::DtFixedLengthData ( const DtFixedLengthData original)

Copy CTOR – class is copyable.

Member Function Documentation

MAKVrExchange::DtFixedLengthData::DtDEC_ATTRIBUTE ( DtU32  ,
Id  ,
id   
)

Specifies the type of fixed data.

MAKVrExchange::DtFixedLengthData::DtDEC_ATTRIBUTE ( DtU32  ,
Value  ,
value   
)

Value of the data.

bool MAKVrExchange::DtFixedLengthData::operator!= ( const DtFixedLengthData rightOperand) const
DtFixedLengthData& MAKVrExchange::DtFixedLengthData::operator= ( const DtFixedLengthData original)

Assignment Operator – class is copyable.

bool MAKVrExchange::DtFixedLengthData::operator== ( const DtFixedLengthData rightOperand) const

Tests for equality by comparing size and bytes.

virtual std::ostream& MAKVrExchange::DtFixedLengthData::printDataToStream ( std::ostream &  stream) const
virtual

Prints the byte array to a stream in hex.

const unsigned int MAKVrExchange::DtFixedLengthData::size ( ) const

Returns the number of bytes stored in this class.


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

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)