Lines Matching refs:pbuffer

5463 		char pbuffer[200];
5464 char *t = pbuffer;
5487 t = ap(pbuffer, sizeof(pbuffer), t, "%s=\"", s->varname);
5500 t = ap(pbuffer, sizeof(pbuffer), t, "%f, %d, %f",
5506 t = ap(pbuffer, sizeof(pbuffer), t, "mode: ");
5510 t = ap(pbuffer, sizeof(pbuffer), t,
5515 t = ap(pbuffer, sizeof(pbuffer), t, "0D");
5519 t = ap(pbuffer, sizeof(pbuffer), t, "2D");
5523 t = ap(pbuffer, sizeof(pbuffer), t, "3D");
5527 t = ap(pbuffer, sizeof(pbuffer), t, "-MANUAL, ");
5529 t = ap(pbuffer, sizeof(pbuffer), t, "-AUTO, ");
5531 t = ap(pbuffer, sizeof(pbuffer), t, "satellites %02d %02d %02d %02d, PDOP %.2f, HDOP %.2f, VDOP %.2f, TDOP %.2f",
5541 t = ap(pbuffer, sizeof(pbuffer), t, "%d.%d (%d/%d/%d)",
5564 t = ap(pbuffer, sizeof(pbuffer), t, "illegal value 0x%02x", mb(0) & 0xFF);
5567 t = ap(pbuffer, sizeof(pbuffer), t, "doing position fixes");
5570 t = ap(pbuffer, sizeof(pbuffer), t, "no GPS time yet");
5573 t = ap(pbuffer, sizeof(pbuffer), t, "PDOP too high");
5576 t = ap(pbuffer, sizeof(pbuffer), t, "no usable satellites");
5579 t = ap(pbuffer, sizeof(pbuffer), t, "only ONE usable satellite");
5582 t = ap(pbuffer, sizeof(pbuffer), t, "only TWO usable satellites");
5585 t = ap(pbuffer, sizeof(pbuffer), t, "only THREE usable satellites");
5588 t = ap(pbuffer, sizeof(pbuffer), t, "the chosen satellite is unusable");
5597 t = ap(pbuffer, sizeof(pbuffer), t, ", %s", msgs[i]);
5603 mkreadable(t, (int)BUFFER_SIZE(pbuffer, t), (char *)&mb(0), (unsigned)(size - 2 - (&mb(0) - buffer)), 0);
5622 t = ap(pbuffer, sizeof(pbuffer), t, "machine id 0x%02x", mb(0) & 0xFF);
5628 t = ap(pbuffer, sizeof(pbuffer), t, ", %s", msgs[i]);
5631 t = ap(pbuffer, sizeof(pbuffer), t, ", Superpackets %ssupported", (mb(2) & 0xFF) ? "" :"un" );
5636 t = ap(pbuffer, sizeof(pbuffer), t, "%2x %.1f %.1f %.1f %.1f",
5652 mk_utcinfo(t, wnt, wnlsf, dn, dtls, dtlsf, BUFFER_SIZE(pbuffer, t));
5656 t = ap(pbuffer, sizeof(pbuffer), t, "<NO UTC DATA>");
5662 t = ap(pbuffer, sizeof(pbuffer), t, "%.1fm %.2fm/s at %.1fs",
5668 t = ap(pbuffer, sizeof(pbuffer), t, "%02x %02x %02x %02x",
5686 t = ap(pbuffer, sizeof(pbuffer), t, "x= %.1fm, y= %.1fm, z= %.1fm, time_of_fix= %f sec",
5701 t = ap(pbuffer, sizeof(pbuffer), t, "lat %f %c, long %f %c, alt %.2fm",
5715 t = ap(pbuffer, sizeof(pbuffer), t, "x= %.1fm, y= %.1fm, z= %.1fm",
5724 t = ap(pbuffer, sizeof(pbuffer), t, "lat %f %c, lon %f %c, alt %.2fm",
5735 t = ap(pbuffer, sizeof(pbuffer), t, "mode: ");
5739 t = ap(pbuffer, sizeof(pbuffer), t, "0x%x", mb(0) & 0x7);
5743 t = ap(pbuffer, sizeof(pbuffer), t, "2D");
5747 t = ap(pbuffer, sizeof(pbuffer), t, "3D");
5751 t = ap(pbuffer, sizeof(pbuffer), t, "-MANUAL, ");
5753 t = ap(pbuffer, sizeof(pbuffer), t, "-AUTO, ");
5757 t = ap(pbuffer, sizeof(pbuffer), t, "PDOP %.2f, HDOP %.2f, VDOP %.2f, TDOP %.2f, %d satellite%s in view: ",
5766 t = ap(pbuffer, sizeof(pbuffer), t, "%s%02d", i ? ", " : "", mb(17+i));
5780 t = ap(pbuffer, sizeof(pbuffer), t-2, "[%02d]=\"", mb(0)); /* add index to var name */
5783 t = ap(pbuffer, sizeof(pbuffer), t, "<NO MEASUREMENTS>");
5788 t = ap(pbuffer, sizeof(pbuffer), t, "ch=%d, acq=%s, eph=%d, signal_level= %5.2f, elevation= %5.2f, azimuth= %6.2f",
5798 t = ap(pbuffer, sizeof(pbuffer), t, ", OLD");
5803 t = ap(pbuffer, sizeof(pbuffer), t, ", BAD PARITY");
5806 t = ap(pbuffer, sizeof(pbuffer), t, ", BAD EPH HEALTH");
5809 t = ap(pbuffer, sizeof(pbuffer), t, ", collecting data");
5815 t = ap(pbuffer, sizeof(pbuffer), t, "<UNDECODED>");
5819 t = ap(pbuffer, sizeof(pbuffer), t, "\"");
5820 set_var(&parse->kv, pbuffer, sizeof(pbuffer), var_flag);