Home
last modified time | relevance | path

Searched refs:IOD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h302 typedef uint16_t IOD; ///< Issue-Of-Data code typedef
871 IOD IODC; ///< Issue Of Data, Clock
872 IOD IODE2; ///< Issue of Data, Ephemeris (Subframe 2)
873 IOD IODE3; ///< Issue of Data, Ephemeris (Subframe 3)
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c433 ephp->IODC = (IOD) get_lsb_short(buffpp); in get_mbg_eph()
434 ephp->IODE2 = (IOD) get_lsb_short(buffpp); in get_mbg_eph()
435 ephp->IODE3 = (IOD) get_lsb_short(buffpp); in get_mbg_eph()