|
ITS
|
API used for C++ style data. More...
#include <QtGlobal>Go to the source code of this file.
Functions | |
| quint64 | extractUInt (char *data, int l, int *offset) |
| extractUInt Extract an unsigned integer from byte array. More... | |
| qint64 | extractInt (char *data, int l, int *offset) |
| extractInt Extract an signed integer from byte array. More... | |
| void | passBytes (int *offset, int l) |
| passBytes Increase the offset. More... | |
API used for C++ style data.
Definition in file apiData.h.
| qint64 extractInt | ( | char * | data, |
| int | l, | ||
| int * | offset | ||
| ) |
extractInt Extract an signed integer from byte array.
| data | The byte array. |
| l | Length in bytes of the number. |
| offset | Offset of the byte array. |
Definition at line 22 of file apiData.cpp.
Referenced by AltitudeData::AltitudeData(), DestinationAreaData::DestinationAreaData(), gnDataRequestFromBin(), LongPositionVector::LongPositionVector(), and ReferencePositionData::ReferencePositionData().
| quint64 extractUInt | ( | char * | data, |
| int | l, | ||
| int * | offset | ||
| ) |
extractUInt Extract an unsigned integer from byte array.
| data | The byte array. |
| l | Length in bytes of the number. |
| offset | Offset of the byte array. |
Definition at line 3 of file apiData.cpp.
Referenced by ActionIDData::ActionIDData(), AltitudeData::AltitudeData(), AppDenmResultData::AppDenmResultData(), AppDenmTerminationData::AppDenmTerminationData(), AppDenmTriggerData::AppDenmTriggerData(), AppDenmUpdateData::AppDenmUpdateData(), DestinationAreaData::DestinationAreaData(), gnDataRequestFromBin(), LongPositionVector::LongPositionVector(), PosConfidenceEllipseData::PosConfidenceEllipseData(), UpperTester::utDenmTrigger(), and UpperTester::utDenmUpdate().
| void passBytes | ( | int * | offset, |
| int | l | ||
| ) |
passBytes Increase the offset.
| offset | The offset to increase. |
| l | The number to add to the offset. |
Definition at line 41 of file apiData.cpp.
Referenced by AppDenmTerminationData::AppDenmTerminationData(), AppDenmTriggerData::AppDenmTriggerData(), and AppDenmUpdateData::AppDenmUpdateData().