struct_RINEX_obs Struct Reference


Detailed Description

A container for a single RINEX data observation.

Definition at line 61 of file rinex.c.


Data Fields

unsigned char loss_of_lock_indicator
 The loss of lock indicator (0-7).
unsigned char signal_strength
 The sign strength (1-9).
double value
 The data value of the observation.
RINEX_enumObservationType type
 The type of observation.
GNSS_enumSystem system
 The GNSS system.
unsigned short id
 The satellite id.
BOOL isValid
 A boolean indicating if this observation is valid (The value could be zero or blank).

Field Documentation

unsigned char struct_RINEX_obs::loss_of_lock_indicator

The loss of lock indicator (0-7).

Definition at line 63 of file rinex.c.

unsigned char struct_RINEX_obs::signal_strength

The sign strength (1-9).

Definition at line 64 of file rinex.c.

double struct_RINEX_obs::value

The data value of the observation.

Definition at line 65 of file rinex.c.

RINEX_enumObservationType struct_RINEX_obs::type

The type of observation.

Definition at line 66 of file rinex.c.

GNSS_enumSystem struct_RINEX_obs::system

The GNSS system.

Definition at line 67 of file rinex.c.

unsigned short struct_RINEX_obs::id

The satellite id.

Definition at line 68 of file rinex.c.

BOOL struct_RINEX_obs::isValid

A boolean indicating if this observation is valid (The value could be zero or blank).

Definition at line 69 of file rinex.c.


The documentation for this struct was generated from the following file: