![]() |
MAK Data Logger API Documentation for DIS
|
OMT Datatype of type Integer - in network format which means Big Endian representation. More...
Inheritance diagram for DtIntDatatypeRep:
Collaboration diagram for DtIntDatatypeRep:Public Member Functions | |
| DtIntDatatypeRep (bool unsign=false) | |
| Default Constructor. | |
| virtual | ~DtIntDatatypeRep () |
| Destructor. | |
| DtIntDatatypeRep (const DtIntDatatypeRep &orig) | |
| Copy Constructor. | |
| DtIntDatatypeRep & | operator= (const DtIntDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual unsigned | unsignedIntVal (const void *) const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual double | numberRep (const void *ptr, int *size=0) const |
| virtual void | setUnsigned (bool) |
| virtual std::vector< char > | valueFromStringRep (const DtString &stringRep) const |
Static Public Member Functions | |
| static int | intVal (const void *) |
Protected Attributes | |
| bool | myIsUnsigned |
OMT Datatype of type Integer - in network format which means Big Endian representation.
| DtIntDatatypeRep::DtIntDatatypeRep | ( | bool | unsign = false | ) |
Default Constructor.
|
virtual |
Destructor.
| DtIntDatatypeRep::DtIntDatatypeRep | ( | const DtIntDatatypeRep & | orig | ) |
Copy Constructor.
|
virtual |
|
static |
|
virtual |
Reimplemented in DtIntLEDatatypeRep.
| DtIntDatatypeRep& DtIntDatatypeRep::operator= | ( | const DtIntDatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Reimplemented in DtIntLEDatatypeRep.
|
virtual |
Implements DtDatatypeRep.
Reimplemented in DtIntLEDatatypeRep.
|
virtual |
Reimplemented in DtIntLEDatatypeRep.
|
virtual |
|
protected |