![]() |
MAK Data Logger API Documentation for HLA
|
OMT Datatype of type Double - in network format which means Big Endian representation. More...
Inheritance diagram for DtDoubleDatatypeRep:
Collaboration diagram for DtDoubleDatatypeRep:Public Member Functions | |
| DtDoubleDatatypeRep () | |
| Default Constructor. | |
| virtual | ~DtDoubleDatatypeRep () |
| Destructor. | |
| DtDoubleDatatypeRep (const DtDoubleDatatypeRep &orig) | |
| Copy Constructor. | |
| DtDoubleDatatypeRep & | operator= (const DtDoubleDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual double | doubleVal (const void *) const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual double | numberRep (const void *ptr, int *size=0) const |
Static Public Attributes | |
| static int | defaultFloatPrecision |
OMT Datatype of type Double - in network format which means Big Endian representation.
| DtDoubleDatatypeRep::DtDoubleDatatypeRep | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtDoubleDatatypeRep::DtDoubleDatatypeRep | ( | const DtDoubleDatatypeRep & | orig | ) |
Copy Constructor.
|
virtual |
|
virtual |
Reimplemented in DtDoubleLEDatatypeRep.
|
virtual |
Implements DtNumberDatatypeRep.
Reimplemented in DtDoubleLEDatatypeRep.
| DtDoubleDatatypeRep& DtDoubleDatatypeRep::operator= | ( | const DtDoubleDatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Implements DtDatatypeRep.
Reimplemented in DtDoubleLEDatatypeRep.
|
static |