Lines Matching full:m12

12  *   should work with Basic, PVT6, VP, UT, UT+, GT, GT+, SL, M12, M12+T
13 * The receivers with TRAIM (VP, UT, UT+, M12+T), will be more accurate
31 * (Basic) (M12)
43 * (M12+T) (M12+T later version)
243 * on the VP/UT, but have moved on the M12. As such we extract
257 * see what mode it is in. The bits on the M12 are multiplexed with
310 u_char chan; /* 6 for PVT6 or BASIC, 8 for UT/VP, 12 for m12, 0 if unknown */
311 s_char traim; /* do we have traim? yes UT/VP, M12+T, no BASIC, GT, M12, -1 unknown, 0 no, +1 yes */
355 s_char pps_control; /* PPS control, M12 only */
502 static u_char oncore_cmd_Au[] = { 'A', 'u', 0,0,0,0, 0 }; /* GT/M12 Altitude Hold Ht. */
541 static u_char oncore_cmd_Ge0[] = { 'G', 'e', 0 }; /* M12+T TRAIM: off */
542 static u_char oncore_cmd_Ge[] = { 'G', 'e', 1 }; /* M12+T TRAIM: on */
623 instance->pps_control = -1; /* PPS control, M12 only */
1197 * There is an optional line with PPSCONTROL on it (only valid for M12 or M12+T
1385 } else if (!strncmp(cc,"PPSCONTROL",10)) { /* pps control M12 only */
1627 /* Once the Almanac is valid, the M12+T does not produce valid UTC
2176 /* check if we saw a response to Gc (M12 or M12+T */
2180 oncore_log(instance, LOG_INFO, "PPSCONTROL set, but not implemented (not M12)");
2232 oncore_sendmsg(instance, oncore_cmd_Gd3, sizeof(oncore_cmd_Gd3)); /* M12+T */
2239 /* Nb. This will fail silently for early UT (no plus) and M12 models */
2253 /* Unfortunately, the Gd3 command returns '3' for the M12 v1.3 firmware where it is
2943 cp = "M12";
3020 /* The M12 with 1.3 or 2.0 Firmware, loses track of all Satellites and has to
3023 * For NOW we will turn this aspect of filling SHMEM off for the M12
3029 "*** SHMEM partially enabled for ONCORE M12 s/w v%d.%d ***",
3180 /* Response to PPS Control message (M12 and M12+T only ) */
3198 /* Leap Second for M12, gives all info from satellite message */
3447 /* Gj works for some 6/8 chan UT and the M12 */