Home | History | Annotate | Download | only in utils

Lines Matching defs:sentence

171    Total length of the nmea sentence
191 // length now contains nmea sentence string length not including $ sign.
194 // total length of nmea sentence is length of nmea sentence inc $ sign plus
221 char* sentence,
226 if (!sentence || bufSize <= 0 || !sv_meta_p)
232 char* pMarker = sentence;
262 // Start printing the sentence
318 /* Sentence is ready, add checksum and broadcast */
319 length = loc_nmea_put_checksum(sentence, bufSize);
320 nmeaArraystr.push_back(sentence);
346 char* sentence,
351 if (!sentence || bufSize <= 0)
357 char* pMarker = sentence;
370 // no svs in view, so just send a blank $--GSV sentence
371 snprintf(sentence, lengthRemaining, "$%sGSV,1,1,0,", talker);
372 length = loc_nmea_put_checksum(sentence, bufSize);
373 nmeaArraystr.push_back(sentence);
383 pMarker = sentence;
443 length = loc_nmea_put_checksum(sentence, bufSize);
444 nmeaArraystr.push_back(sentence);
487 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0};
488 char* pMarker = sentence;
489 int lengthRemaining = sizeof(sentence);
508 count = loc_nmea_generate_GSA(locationExtended, sentence, sizeof(sentence),
521 count = loc_nmea_generate_GSA(locationExtended, sentence, sizeof(sentence),
534 count = loc_nmea_generate_GSA(locationExtended, sentence, sizeof(sentence),
547 count = loc_nmea_generate_GSA(locationExtended, sentence, sizeof(sentence),
558 count = loc_nmea_generate_GSA(locationExtended, sentence, sizeof(sentence),
570 pMarker = sentence;
571 lengthRemaining = sizeof(sentence);
632 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
633 nmeaArraystr.push_back(sentence);
639 pMarker = sentence;
640 lengthRemaining = sizeof(sentence);
790 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
791 nmeaArraystr.push_back(sentence);
797 pMarker = sentence;
798 lengthRemaining = sizeof(sentence);
921 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
922 nmeaArraystr.push_back(sentence);
933 strlcpy(sentence, "$GPGSA,A,1,,,,,,,,,,,,,,,", sizeof(sentence));
934 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
935 nmeaArraystr.push_back(sentence);
937 strlcpy(sentence, "$GNGSA,A,1,,,,,,,,,,,,,,,", sizeof(sentence));
938 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
939 nmeaArraystr.push_back(sentence);
941 strlcpy(sentence, "$PQGSA,A,1,,,,,,,,,,,,,,,", sizeof(sentence));
942 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
943 nmeaArraystr.push_back(sentence);
945 strlcpy(sentence, "$GPVTG,,T,,M,,N,,K,N", sizeof(sentence));
946 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
947 nmeaArraystr.push_back(sentence);
949 strlcpy(sentence, "$GPRMC,,V,,,,,,,,,,N", sizeof(sentence));
950 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
951 nmeaArraystr.push_back(sentence);
953 strlcpy(sentence, "$GPGGA,,,,,,0,,,,,,,,", sizeof(sentence));
954 length = loc_nmea_put_checksum(sentence, sizeof(sentence));
955 nmeaArraystr.push_back(sentence);
984 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0};
985 char* pMarker = sentence;
986 int lengthRemaining = sizeof(sentence);
1074 loc_nmea_generate_GSV(svNotify, sentence, sizeof(sentence),
1081 loc_nmea_generate_GSV(svNotify, sentence, sizeof(sentence),
1088 loc_nmea_generate_GSV(svNotify, sentence, sizeof(sentence),
1095 loc_nmea_generate_GSV(svNotify, sentence, sizeof(sentence),
1102 loc_nmea_generate_GSV(svNotify, sentence, sizeof(sentence),