26 QDataStream ds(&bin, QIODevice::WriteOnly);
45 return QString(
"Altitude ::= {\n" 46 "\tAltitudeValue ::= %1\n" 47 "\tAltitudeConfidence ::= %2\n" QString toString()
toString Human readable encoder of the Altitude.
C++ style of the Altitude.
QByteArray toBin()
toBin Byte array encoder of the Altitude.
AltitudeData()
AltitudeData AltitudeData constructor.
quint64 extractUInt(char *data, int l, int *offset)
extractUInt Extract an unsigned integer from byte array.
AltitudeConfidence_t altitudeConfidence
AltitudeValue_t altitudeValue
Altitude_t toASN()
toASN C style encoder of the Altitude.
qint64 extractInt(char *data, int l, int *offset)
extractInt Extract an signed integer from byte array.
quint8 m_altitudeConfidence