Lines Matching full:lat
130 * Lat,Long,Ht, cable-delay, offset, and the ReceiverID (along with the
1125 * MODE, LAT, LON, (HT, HTGPS, HTMSL), DELAY, OFFSET, ASSERT, CLEAR, HARDPPS,
1127 * then initialize using method MODE. For Mode = (1,3) all of (LAT, LON, HT) must
1138 * Expect to see two lines with 'LONG', 'LAT' followed by 1-3 fields.
1211 * LAT 35 08.999
1291 if (!strncmp(cc, "LAT", (size_t) 3)) {
1403 * If lat/long/ht specified they ALL must be specified for mode = (1,3).
3120 long lat, lon, ht;
3121 double Lat, Lon, Ht;
3124 lat = buf_w32(&buf[4]);
3128 Lat = lat;
3132 Lat /= 3600000;
3137 "Ga Posn Lat = %.7f, Lon = %.7f, Ht = %.2f", Lat,
3140 instance->ss_lat = lat;
3704 long lat, lon;
3715 lat = instance->ss_lat;
3716 if (lat < 0) {
3718 lat = -lat;
3724 xd = lat/3600000.; /* lat, lon in int msec arc, ht in cm. */
3727 "Lat = %c %11.7fdeg, Long = %c %11.7fdeg, Alt = %5.2fm (%5.2fft) GPS",
3732 imx = lat%3600000;
3737 "Lat = %c %3ddeg %7.4fm, Long = %c %3ddeg %8.5fm, Alt = %7.2fm (%7.2fft) GPS",
3742 is = lat%60000;
3747 "Lat = %c %3ddeg %2dm %5.2fs, Long = %c %3ddeg %2dm %5.2fs, Alt = %7.2fm (%7.2fft) GPS",
3831 oncore_sendmsg(instance, Cmd, sizeof(oncore_cmd_Ad)); /* lat (6/8) */
3941 double lat, lon, ht;
3985 "Surveyed posn: lat %.3f (mas) long %.3f (mas) ht %.3f (cm)",
3988 lat = instance->ss_lat/3600000.;
3992 "Surveyed posn: lat %.7f (deg) long %.7f (deg) ht %.2f (m)",
3993 lat, lon, ht);