26 #include "novatel_oem7_msgs/Oem7Header.h" 34 static inline int64_t
GPSTimeToMsec(uint32_t gps_week_no, uint32_t week_msec)
36 static const int64_t GPS_MSEC_IN_WEEK = 7 * 24 * 60 * 60 * 1000;
37 return GPS_MSEC_IN_WEEK * gps_week_no + week_msec;
44 static inline int64_t
GPSTimeToMsec(
const novatel_oem7_msgs::Oem7Header& hdr)
46 return GPSTimeToMsec(hdr.gps_week_number, hdr.gps_week_milliseconds);
static int64_t GPSTimeToMsec(uint32_t gps_week_no, uint32_t week_msec)