![]() |
MAK Data Logger API Documentation for DIS
|
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 (bool useImplicitPadding) | |
| Default Constructor. More... | |
| virtual | ~DtDoubleDatatypeRep () |
| Destructor. More... | |
| DtDoubleDatatypeRep (const DtDoubleDatatypeRep &orig) | |
| Copy Constructor. More... | |
| DtDoubleDatatypeRep & | operator= (const DtDoubleDatatypeRep &rhs) |
| Assignment Operator. More... | |
| 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 |
| virtual int | sizeNeeded (const void *ptr) const |
| virtual std::vector< char > | valueFromStringRep (const DtString &stringRep) const |
| virtual int | byteAlignment () const |
| The alignment size in bytes for this representation. More... | |
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. More... | |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| Assignment Operator. More... | |
Static Public Attributes | |
| static int | defaultFloatPrecision |
Protected Member Functions | |
| const DtNetFloat64 * | netValPtr (const void *ptr, int *size=0) const |
| Align pointer if necessary and if provided pass back size of data and any added padding. More... | |
Protected Member Functions inherited from DtNumberDatatypeRep | |
| int | adjustedSizeNeeded (const void *ptr, int repSize) const |
Additional Inherited Members | |
Protected Attributes inherited from DtDatatypeRep | |
| bool | myUseImplicitPadding |
OMT Datatype of type Double - in network format which means Big Endian representation.
| DtDoubleDatatypeRep::DtDoubleDatatypeRep | ( | bool | useImplicitPadding | ) |
Default Constructor.
|
virtual |
Destructor.
| DtDoubleDatatypeRep::DtDoubleDatatypeRep | ( | const DtDoubleDatatypeRep & | orig | ) |
Copy Constructor.
|
inlinevirtual |
The alignment size in bytes for this representation.
Implements DtDatatypeRep.
|
virtual |
|
virtual |
Reimplemented in DtDoubleLEDatatypeRep.
|
protected |
Align pointer if necessary and if provided pass back size of data and any added padding.
|
virtual |
Implements DtNumberDatatypeRep.
Reimplemented in DtDoubleLEDatatypeRep.
| DtDoubleDatatypeRep& DtDoubleDatatypeRep::operator= | ( | const DtDoubleDatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Implements DtNumberDatatypeRep.
|
virtual |
Implements DtDatatypeRep.
Reimplemented in DtDoubleLEDatatypeRep.
|
virtual |
|
static |