#include <novatel.h>
Definition at line 183 of file novatel.h.
Data Fields | |
| unsigned | isErrorIndicated:1 |
| A boolean to indicate if any errors indicated by the receiver. Check the receiver status message if any error is indicated. | |
| unsigned | isTemperatureBad:1 |
| A boolean to indicate if there is a temperature status warning. | |
| unsigned | isVoltageBad:1 |
| A boolean to indicate if there is a voltage supply status warngin. | |
| unsigned | isAntennaNotPowered:1 |
| A boolean to indicate if the antenna is NOT powered. | |
| unsigned | reserved_a:1 |
| reserved | |
| unsigned | isAntennaOpen:1 |
| A boolean to indicate if the antenna is open. | |
| unsigned | isAntennaShorted:1 |
| A boolean to indicate if the antenna is shorted. | |
| unsigned | isCPUOverloaded:1 |
| A boolean to indicate if the CPU is overloaded. | |
| unsigned | isCOM1BufferOverrun:1 |
| A boolean to indicate if COM1 buffer is overrun. | |
| unsigned | isCOM2BufferOverrun:1 |
| A boolean to indicate if COM2 buffer is overrun. | |
| unsigned | isCOM3BufferOverrun:1 |
| A boolean to indicate if COM3 buffer is overrun. | |
| unsigned | isUSBBufferOverrun:1 |
| A boolean to indicate if USB buffer is overrun. | |
| unsigned | reserved_b:3 |
| reserved. | |
| unsigned | isRF1_AGC_StatusBad:1 |
| A boolean to indicate if the RF1 AGC status is invalid. | |
| unsigned | reserved_c:1 |
| reserved. | |
| unsigned | isRF2_AGC_StatusBad:1 |
| A boolean to indicate if the RF2 AGC status if invalid. | |
| unsigned | isAlmanacInvalid:1 |
| A boolean to indicate if the almanac is invalid. | |
| unsigned | isPositionSolutionInvalid:1 |
| A boolean to indicate if the position solution is invalid. | |
| unsigned | isPositionFixed:1 |
| A boolean to indicate if the user has fixed the receiver's antenna position. | |
| unsigned | isClockSteeringDisabled:1 |
| A boolean to indicate if clock steering is disabled. | |
| unsigned | isClockModelInvalid:1 |
| A boolean to indicate if the clock model is invalid. | |
| unsigned | isExternalOcsillatorDriven:1 |
| A boolean to indicate if the receiver is driven by an external oscillator. | |
| unsigned | isSoftwareResouceBad:1 |
| A boolean to indicate if there is a software resource warning. | |
| unsigned | reserved_d:4 |
| reserved. | |
| unsigned | isAUX3StatusEvent:1 |
| A boolean to indicate if an AUX3 status event has occurred. | |
| unsigned | isAUX2StatusEvent:1 |
| A boolean to indicate if an AUX2 status event has occurred. | |
| unsigned | isAUX1StatusEvent:1 |
| A boolean to indicate if an AUX1 status event has occurred. | |