DecodeQuant contains the information necessary to decode a given quantity for a particular navigation message subframe.
Definition at line 68 of file EngNav.cpp.
Public Attributes | |
DecodeBits | fmt [2] |
start bit, number of bits for up to 2 sections More... | |
short | outIndex |
Output array index (0-19) More... | |
short | pow2 |
Power of 2 to scale factor. More... | |
short | powPI |
Power of PI scale factor. More... | |
double | scale |
Scalar scale factor. More... | |
short | signq |
0 = unsigned, 1 = signed More... | |
DecodeBits gnsstk::DecodeQuant::fmt[2] |
start bit, number of bits for up to 2 sections
Definition at line 75 of file EngNav.cpp.
short gnsstk::DecodeQuant::outIndex |
Output array index (0-19)
Definition at line 70 of file EngNav.cpp.
short gnsstk::DecodeQuant::pow2 |
Power of 2 to scale factor.
Definition at line 71 of file EngNav.cpp.
short gnsstk::DecodeQuant::powPI |
Power of PI scale factor.
Definition at line 72 of file EngNav.cpp.
double gnsstk::DecodeQuant::scale |
Scalar scale factor.
Definition at line 73 of file EngNav.cpp.
short gnsstk::DecodeQuant::signq |
0 = unsigned, 1 = signed
Definition at line 74 of file EngNav.cpp.