![]() |
MAK Data Logger API Documentation for DIS
|
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 () | |
| 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 |
Static Public Attributes | |
| static int | defaultFloatPrecision |
OMT Datatype of type Float - in network format which means Big Endian representation.
| DtFloatDatatypeRep::DtFloatDatatypeRep | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtFloatDatatypeRep::DtFloatDatatypeRep | ( | const DtFloatDatatypeRep & | orig | ) |
Copy Constructor.
|
virtual |
|
virtual |
Reimplemented in DtFloatLEDatatypeRep.
|
virtual |
Implements DtNumberDatatypeRep.
Reimplemented in DtFloatLEDatatypeRep.
| DtFloatDatatypeRep& DtFloatDatatypeRep::operator= | ( | const DtFloatDatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Implements DtDatatypeRep.
Reimplemented in DtFloatLEDatatypeRep.
|
virtual |
|
static |