NOVATELOEM4_structObservation Struct Reference

#include <novatel.h>


Detailed Description

A container for a NovAtel OEM4 observation.

Definition at line 358 of file novatel.h.


Data Fields

unsigned short prn
 The PRN for this channel.
unsigned short reserved
 A 16 bit reserved value.
double psr
 The pseudorange measurement [m].
float psrstd
 The receiver estimated pseudorange measurement standard deviation [m].
double adr
 The carrier phase or accumulated Doppler range measurement [cycles].
float adrstd
 The receiver estimated accumulated Doppler range measurement standard deviation [cycles].
float doppler
 The Doppler measurement for this channel [Hz].
float cno
 The carrier to noise density ratio for this channel [dB-Hz].
float locktime
 The number of seconds of continous phase tracking (no known cycle slips) [s].
unsigned rawTrackingStatus
 The raw tracking status 32 bit value.
NOVATELOEM4_structTrackingStatus trackingStatus
 The decoded channel tracking status information.

Field Documentation

unsigned short NOVATELOEM4_structObservation::prn

The PRN for this channel.

Definition at line 360 of file novatel.h.

unsigned short NOVATELOEM4_structObservation::reserved

A 16 bit reserved value.

Definition at line 361 of file novatel.h.

double NOVATELOEM4_structObservation::psr

The pseudorange measurement [m].

Definition at line 362 of file novatel.h.

float NOVATELOEM4_structObservation::psrstd

The receiver estimated pseudorange measurement standard deviation [m].

Definition at line 363 of file novatel.h.

double NOVATELOEM4_structObservation::adr

The carrier phase or accumulated Doppler range measurement [cycles].

Definition at line 364 of file novatel.h.

float NOVATELOEM4_structObservation::adrstd

The receiver estimated accumulated Doppler range measurement standard deviation [cycles].

Definition at line 365 of file novatel.h.

float NOVATELOEM4_structObservation::doppler

The Doppler measurement for this channel [Hz].

Definition at line 366 of file novatel.h.

float NOVATELOEM4_structObservation::cno

The carrier to noise density ratio for this channel [dB-Hz].

Definition at line 367 of file novatel.h.

float NOVATELOEM4_structObservation::locktime

The number of seconds of continous phase tracking (no known cycle slips) [s].

Definition at line 368 of file novatel.h.

unsigned NOVATELOEM4_structObservation::rawTrackingStatus

The raw tracking status 32 bit value.

Definition at line 370 of file novatel.h.

NOVATELOEM4_structTrackingStatus NOVATELOEM4_structObservation::trackingStatus

The decoded channel tracking status information.

Definition at line 371 of file novatel.h.


The documentation for this struct was generated from the following file:
SourceForge.net Logo