Lines Matching refs:pbuffer

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