NOVATELOEM4_structBestPosition Struct Reference

#include <novatel.h>


Detailed Description

A container for the best position, BESTPOS, record.

Definition at line 457 of file novatel.h.


Data Fields

double latitude_in_deg
 [deg]
double longitude_in_deg
 [deg]
double height_msl
 [m]
float undulation
 [m]
unsigned int datum_id
 61 = WGS84, this is the default.
float lat_std
 [m]
float lon_std
 [m]
float hgt_std
 [m]
char station_id [4]
 Base station ID.
float diff_age
 Differential age [s].
float sol_age
 Solution age [s].
unsigned char nr_obs_tracked
 Number of observations tracked.
unsigned char nr_GPS_L1_ranges
 Number of GPS L1 ranges used in computation.
unsigned char nr_GPS_L1_ranges_above_RTK_mask_angle
 Number of GPS L1 ranges above the RTK mask angle.
unsigned char nr_GPS_L2_ranges_above_RTK_mask_angle
 Number of GPS L2 ranges above the RTK mask angle.

Field Documentation

double NOVATELOEM4_structBestPosition::latitude_in_deg

[deg]

Definition at line 461 of file novatel.h.

double NOVATELOEM4_structBestPosition::longitude_in_deg

[deg]

Definition at line 462 of file novatel.h.

double NOVATELOEM4_structBestPosition::height_msl

[m]

Definition at line 463 of file novatel.h.

float NOVATELOEM4_structBestPosition::undulation

[m]

Definition at line 464 of file novatel.h.

unsigned int NOVATELOEM4_structBestPosition::datum_id

61 = WGS84, this is the default.

Definition at line 465 of file novatel.h.

float NOVATELOEM4_structBestPosition::lat_std

[m]

Definition at line 466 of file novatel.h.

float NOVATELOEM4_structBestPosition::lon_std

[m]

Definition at line 467 of file novatel.h.

float NOVATELOEM4_structBestPosition::hgt_std

[m]

Definition at line 468 of file novatel.h.

char NOVATELOEM4_structBestPosition::station_id[4]

Base station ID.

Definition at line 469 of file novatel.h.

float NOVATELOEM4_structBestPosition::diff_age

Differential age [s].

Definition at line 470 of file novatel.h.

float NOVATELOEM4_structBestPosition::sol_age

Solution age [s].

Definition at line 471 of file novatel.h.

unsigned char NOVATELOEM4_structBestPosition::nr_obs_tracked

Number of observations tracked.

Definition at line 472 of file novatel.h.

unsigned char NOVATELOEM4_structBestPosition::nr_GPS_L1_ranges

Number of GPS L1 ranges used in computation.

Definition at line 473 of file novatel.h.

unsigned char NOVATELOEM4_structBestPosition::nr_GPS_L1_ranges_above_RTK_mask_angle

Number of GPS L1 ranges above the RTK mask angle.

Definition at line 474 of file novatel.h.

unsigned char NOVATELOEM4_structBestPosition::nr_GPS_L2_ranges_above_RTK_mask_angle

Number of GPS L2 ranges above the RTK mask angle.

Definition at line 475 of file novatel.h.


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