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