#include "ublox_gps/mkgmtime.h"
Go to the source code of this file.
Defines | |
| #define | WRONG (-1) |
Functions | |
| time_t | mkgmtime (struct tm *const tmp) |
| Get the UTC time in seconds and nano-seconds from a time struct in GM time. | |
| static int | tmcomp (register const struct tm *const atmp, register const struct tm *const btmp) |
| #define WRONG (-1) |
Definition at line 91 of file mkgmtime.c.
| time_t mkgmtime | ( | struct tm *const | tmp | ) |
Get the UTC time in seconds and nano-seconds from a time struct in GM time.
Definition at line 108 of file mkgmtime.c.
| static int tmcomp | ( | register const struct tm *const | atmp, |
| register const struct tm *const | btmp | ||
| ) | [static] |
Definition at line 94 of file mkgmtime.c.