• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/ntp/ntpd/

Lines Matching defs:time_of_fix

284 short rpt_0x42 (TSIPPKT *rpt, float ECEF_pos[3], float *time_of_fix);
286 float *time_of_fix);
299 float *clock_bias, float *time_of_fix);
311 float *time_of_fix);
315 float *time_of_fix);
317 unsigned char *diag_code, short *week_num, float *time_of_fix);
325 double *time_of_fix);
340 float *time_of_fix);
342 double *clock_bias, float *time_of_fix);
361 double *lon, double *alt, double vel_enu[], double *time_of_fix,
2065 float *time_of_fix
2075 *time_of_fix = bGetSingle (&buf[12]);
2085 float *time_of_fix
2096 *time_of_fix = bGetSingle (&buf[16]);
2212 float *time_of_fix
2223 *time_of_fix = bGetSingle (&buf[16]);
2355 float *time_of_fix
2364 *time_of_fix = bGetSingle (&buf[8]);
2395 float *time_of_fix
2409 *time_of_fix = bGetSingle (&buf[16]);
2420 float *time_of_fix
2429 *time_of_fix = bGetSingle (&buf[2]);
2609 double *time_of_fix
2621 *time_of_fix = bGetDouble (&buf[17]);
2749 float *time_of_fix
2760 *time_of_fix = bGetSingle (&buf[32]);
2772 float *time_of_fix
2783 *time_of_fix = bGetSingle (&buf[32]);
2944 double *time_of_fix,
2972 *time_of_fix = bGetULong (buf+8)*.001;
3373 ECEF_pos[3], time_of_fix;
3376 if (rpt_0x42 (rpt, ECEF_pos, &time_of_fix)) {
3383 show_time(time_of_fix));
3394 ECEF_vel[3], freq_offset, time_of_fix;
3397 if (rpt_0x43 (rpt, ECEF_vel, &freq_offset, &time_of_fix)) {
3404 show_time(time_of_fix));
3565 alt, clock_bias, time_of_fix;
3571 &lat, &lon, &alt, &clock_bias, &time_of_fix))
3602 show_time(time_of_fix));
3768 clock_bias, freq_offset, time_of_fix;
3771 if (rpt_0x54 (rpt, &clock_bias, &freq_offset, &time_of_fix)) {
3777 clock_bias, freq_offset, show_time (time_of_fix));
3880 vel_ENU[3], freq_offset, time_of_fix;
3883 if (rpt_0x56 (rpt, vel_ENU, &freq_offset, &time_of_fix)) {
3890 show_time (time_of_fix));
3904 time_of_fix;
3907 if (rpt_0x57 (rpt, &source_code, &diag_code, &week_num, &time_of_fix)) {
3914 pbuf += sprintf(pbuf, "\n Time of last fix:%s", show_time(time_of_fix));
4143 time_of_fix;
4147 &code_phase, &Doppler, &time_of_fix))
4154 sv_prn, sample_length, signal_level, code_phase, Doppler, time_of_fix,
4155 show_time ((float)time_of_fix));
4302 time_of_fix;
4305 if (rpt_0x83 (rpt, ECEF_pos, &clock_bias, &time_of_fix))
4313 show_time(time_of_fix));
4328 time_of_fix;
4334 &lat, &lon, &alt, &clock_bias, &time_of_fix))
4363 show_time(time_of_fix));
4688 lat, lon, alt, time_of_fix;
4699 &time_of_fix,
4708 dayname[(short)(time_of_fix/86400.0)],
4709 (short)fmod(time_of_fix/3600., 24.),
4710 (short)fmod(time_of_fix/60., 60.),
4711 fmod(time_of_fix, 60.),