![]() |
VR-Exchange 2.4 API Documentation
|
Represents variable data transmitted as part of the Aggregate Object. More...
Public Member Functions | |
| DtAggregateVariableDatum () | |
| Default CTOR. | |
| DtAggregateVariableDatum (const DtAggregateVariableDatum &other) | |
| Copy CTOR - this class is copyable. | |
| virtual | ~DtAggregateVariableDatum () |
| Default DTOR. | |
| DtAggregateVariableDatum & | operator= (const DtAggregateVariableDatum &other) |
| Assignment Operator - this class is copyable. | |
| bool | operator== (const DtAggregateVariableDatum &other) const |
| Tests for equality by comparing size and bytes. | |
Data Exchange Attributes | |
| DtDEC_ATTRIBUTE (DtU32, DatumId, datumId) | |
| The Identifier for this datum, as defined in the DIS Enumerations Document. | |
| DtDEC_ATTRIBUTE (DtVariableLengthData, Datum, datum) | |
| The datum as defined by a DtVariableLengthData bit. | |
Represents variable data transmitted as part of the Aggregate Object.
This matches the Variable data as defined by the RPR FOM.
| MAKVrExchange::DtAggregateVariableDatum::DtAggregateVariableDatum | ( | ) |
Default CTOR.
| MAKVrExchange::DtAggregateVariableDatum::DtAggregateVariableDatum | ( | const DtAggregateVariableDatum & | other | ) |
Copy CTOR - this class is copyable.
|
virtual |
Default DTOR.
| MAKVrExchange::DtAggregateVariableDatum::DtDEC_ATTRIBUTE | ( | DtU32 | , |
| DatumId | , | ||
| datumId | |||
| ) |
The Identifier for this datum, as defined in the DIS Enumerations Document.
| MAKVrExchange::DtAggregateVariableDatum::DtDEC_ATTRIBUTE | ( | DtVariableLengthData | , |
| Datum | , | ||
| datum | |||
| ) |
The datum as defined by a DtVariableLengthData bit.
| DtAggregateVariableDatum& MAKVrExchange::DtAggregateVariableDatum::operator= | ( | const DtAggregateVariableDatum & | other | ) |
Assignment Operator - this class is copyable.
| bool MAKVrExchange::DtAggregateVariableDatum::operator== | ( | const DtAggregateVariableDatum & | other | ) | const |
Tests for equality by comparing size and bytes.