Garmin Fleet Management Controller
2.19.0
|
Encapsulates the fields of a GPS time for conversion. More...
#include <garmin_types.h>
Public Attributes | |
sint32 | time_of_week |
Seconds since 12:00 AM Sunday. More... | |
sint32 | week_number_days |
Days since December 31st, 1989 to beginning of week (i.e., this is a Sunday) More... | |
Encapsulates the fields of a GPS time for conversion.
This is a UTC time.
Definition at line 143 of file garmin_types.h.
sint32 gps_time_type::time_of_week |
Seconds since 12:00 AM Sunday.
Definition at line 146 of file garmin_types.h.
Referenced by FmiApplicationLayer::rx(), UTIL_convert_gps_time_to_seconds(), and UTIL_convert_seconds_to_gps_time().
sint32 gps_time_type::week_number_days |
Days since December 31st, 1989 to beginning of week (i.e., this is a Sunday)
Definition at line 145 of file garmin_types.h.
Referenced by FmiApplicationLayer::rx(), UTIL_convert_gps_time_to_seconds(), and UTIL_convert_seconds_to_gps_time().