#include <novatel.h>
Definition at line 147 of file novatel.h.
Data Fields | |
| NOVATELOEM4_enumTrackingState | eTrackingState |
| The channel tracking state. | |
| unsigned | channelNumber |
| The channel index. | |
| BOOL | isPhaseLocked |
| Is the channel phase locked (TRUE/FALSE)? | |
| BOOL | isParityKnown |
| Is the parity known (TRUE/FALSE)? if not there is a possible 1/2 cycle ambiguity. Do NOT use the adr measurement without valid parity! | |
| BOOL | isCodeLocked |
| Is the channel code locked (TRUE/FALSE)? The pseudorange is invalid if FALSE. | |
| NOVATELOEM4_enumCorrelatorSpacing | eCorrelatorSpacing |
| The correlator spacing. | |
| NOVATELOEM4_enumSatelliteSystem | eSatelliteSystem |
| The satellite sytem for this channel. | |
| BOOL | isGrouped |
| Is this measurement grouped (TRUE/FALSE)? e.g. tracking L1 & L2 for a single satellite. | |
| NOVATELOEM4_enumFrequency | eFrequency |
| The frequency type for this channel. | |
| NOVATELOEM4_enumCodeType | eCodeType |
| The code type for this channel. | |
| BOOL | isFECEnabled |
| Is forward error correction enable (TRUE/FALSE)? | |
| BOOL | isPrimaryL1Channel |
| Is this the primary L1 channel (TRUE/FALSE)? | |
| BOOL | isHalfCycleAdded |
| Has a half cycle been added to the adr after the parity determination (TRUE/FALSE)? | |
| BOOL | isForcedAssignment |
| Is this channel forced to track this PRN by the user (TRUE/FALSE)? | |