![]() |
VR-Link API Documentation for HLA Evolved
|
OMT Datatype of type Float - in network format which means Big Endian representation. More...
Inheritance diagram for DtFloatDatatypeRep:
Collaboration diagram for DtFloatDatatypeRep:Public Member Functions | |
| DtFloatDatatypeRep (bool useImplicitPadding) | |
| Default Constructor. | |
| virtual | ~DtFloatDatatypeRep () |
| Destructor. | |
| DtFloatDatatypeRep (const DtFloatDatatypeRep &orig) | |
| Copy Constructor. | |
| DtFloatDatatypeRep & | operator= (const DtFloatDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual float | floatVal (const void *) const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual double | numberRep (const void *ptr, int *size=0) const |
| virtual std::vector< char > | valueFromStringRep (const DtString &stringRep) const |
| virtual int | byteAlignment () const |
| The alignment size in bytes for this representation. | |
Public Member Functions inherited from DtNumberDatatypeRep | |
| DtNumberDatatypeRep (bool useImplicitPadding) | |
| DtNumberDatatypeRep (const DtNumberDatatypeRep &orig) | |
Public Member Functions inherited from DtDatatypeRep | |
| DtDatatypeRep (bool useImplicitPadding) | |
| DtDatatypeRep (const DtDatatypeRep &orig) | |
| Copy Constructor. | |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| Assignment Operator. | |
Static Public Attributes | |
| static int | defaultFloatPrecision |
Protected Member Functions | |
| const DtNetFloat32 * | netValPtr (const void *ptr, int *size=0) const |
| Align pointer if necessary and if provided pass back size of data and any added padding. | |
Additional Inherited Members | |
Protected Attributes inherited from DtDatatypeRep | |
| bool | myUseImplicitPadding |
OMT Datatype of type Float - in network format which means Big Endian representation.
| DtFloatDatatypeRep::DtFloatDatatypeRep | ( | bool | useImplicitPadding | ) |
Default Constructor.
|
virtual |
Destructor.
| DtFloatDatatypeRep::DtFloatDatatypeRep | ( | const DtFloatDatatypeRep & | orig | ) |
Copy Constructor.
|
inlinevirtual |
The alignment size in bytes for this representation.
Implements DtDatatypeRep.
|
virtual |
|
virtual |
Reimplemented in DtFloatLEDatatypeRep.
|
protected |
Align pointer if necessary and if provided pass back size of data and any added padding.
|
virtual |
Implements DtNumberDatatypeRep.
Reimplemented in DtFloatLEDatatypeRep.
| DtFloatDatatypeRep& DtFloatDatatypeRep::operator= | ( | const DtFloatDatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Implements DtDatatypeRep.
Reimplemented in DtFloatLEDatatypeRep.
|
virtual |
|
static |