GNSS_structReceiverTime Struct Reference

#include <gnss_types.h>


Detailed Description

A container for time information.

This struct is 4 and 8 byte struct member packing compatible.

Definition at line 333 of file gnss_types.h.


Data Fields

unsigned short day_of_year
 The number of days into the year (1-366) [days].
unsigned short utc_year
 Universal Time Coordinated [year].
unsigned char utc_month
 Universal Time Coordinated [1-12 months].
unsigned char utc_day
 Universal Time Coordinated [1-31 days].
unsigned char utc_hour
 Universal Time Coordinated [hours].
unsigned char utc_minute
 Universal Time Coordinated [minutes].
float utc_seconds
 Universal Time Coordinated [s].
unsigned int gps_week
 The current GPS week associated with the observations [weeks].
double gps_tow
 The GPS time of week (0-604800.0) (receiver time of observation) [s].

Field Documentation

unsigned short GNSS_structReceiverTime::day_of_year

The number of days into the year (1-366) [days].

Definition at line 335 of file gnss_types.h.

unsigned short GNSS_structReceiverTime::utc_year

Universal Time Coordinated [year].

Definition at line 336 of file gnss_types.h.

unsigned char GNSS_structReceiverTime::utc_month

Universal Time Coordinated [1-12 months].

Definition at line 337 of file gnss_types.h.

unsigned char GNSS_structReceiverTime::utc_day

Universal Time Coordinated [1-31 days].

Definition at line 338 of file gnss_types.h.

unsigned char GNSS_structReceiverTime::utc_hour

Universal Time Coordinated [hours].

Definition at line 339 of file gnss_types.h.

unsigned char GNSS_structReceiverTime::utc_minute

Universal Time Coordinated [minutes].

Definition at line 340 of file gnss_types.h.

float GNSS_structReceiverTime::utc_seconds

Universal Time Coordinated [s].

Definition at line 341 of file gnss_types.h.

unsigned int GNSS_structReceiverTime::gps_week

The current GPS week associated with the observations [weeks].

Definition at line 342 of file gnss_types.h.

double GNSS_structReceiverTime::gps_tow

The GPS time of week (0-604800.0) (receiver time of observation) [s].

Definition at line 343 of file gnss_types.h.


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