#include <gnss_types.h>
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]. | |
| unsigned short GNSS_structReceiverTime::day_of_year |
| unsigned short GNSS_structReceiverTime::utc_year |
| unsigned char GNSS_structReceiverTime::utc_month |
| unsigned char GNSS_structReceiverTime::utc_day |
| unsigned char GNSS_structReceiverTime::utc_hour |
| unsigned char GNSS_structReceiverTime::utc_minute |
| unsigned int GNSS_structReceiverTime::gps_week |
The current GPS week associated with the observations [weeks].
Definition at line 342 of file gnss_types.h.
The GPS time of week (0-604800.0) (receiver time of observation) [s].
Definition at line 343 of file gnss_types.h.