Skip to content

Commit 1646be7

Browse files
committed
Version 1.2
modified: telemetry.c
1 parent 8b81a32 commit 1646be7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

telemetry.c

+6-6
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static int t_ndp (char *str)
249249
* KB1GKN-10>APRX27,UNCAN,WIDE1*:T#491,4.9,0.3,25.0,0.0,1.0,00000000
250250
*
251251
* Not integers. Not fixed width fields.
252-
* We will accept these but issue a warning that others might not.
252+
* We will accept these but issue a warning that others might not.
253253
*
254254
*--------------------------------------------------------------------*/
255255

@@ -393,7 +393,7 @@ void telemetry_data_original (char *station, char *info, int quiet, char *output
393393
* Description: We are expecting from 2 to 7 pairs of base 91 digits.
394394
* The first pair is the sequence number.
395395
* Next we have 1 to 5 analog values.
396-
* If digital values are present, all 5 analog values must be present.
396+
* If digital values are present, all 5 analog values must be present.
397397
*
398398
*--------------------------------------------------------------------*/
399399

@@ -513,7 +513,7 @@ void telemetry_data_base91 (char *station, char *cdata, char *output)
513513
* Outputs: Stored for future use when data values are received.
514514
*
515515
* Description: The first 5 characters of the message are "PARM." and the
516-
* rest is a variable length list of comma separated names.
516+
* rest is a variable length list of comma separated names.
517517
*
518518
* The original spec has different maximum lengths for different
519519
* fields which we will ignore.
@@ -586,7 +586,7 @@ void telemetry_name_message (char *station, char *msg)
586586
* Outputs: Stored for future use when data values are received.
587587
*
588588
* Description: The first 5 characters of the message are "UNIT." and the
589-
* rest is a variable length list of comma separated units/labels.
589+
* rest is a variable length list of comma separated units/labels.
590590
*
591591
* The original spec has different maximum lengths for different
592592
* fields which we will ignore.
@@ -657,7 +657,7 @@ void telemetry_unit_label_message (char *station, char *msg)
657657
* Outputs: Stored for future use when data values are received.
658658
*
659659
* Description: The first 5 characters of the message are "EQNS." and the
660-
* rest is a comma separated list of 15 floating point values.
660+
* rest is a comma separated list of 15 floating point values.
661661
*
662662
* The spec appears to require all 15 so we will issue an
663663
* error if fewer found.
@@ -831,7 +831,7 @@ void telemetry_bit_sense_message (char *station, char *msg, int quiet)
831831
* Outputs: output - Decoded telemetry in human readable format.
832832
*
833833
* Description: Process raw data according to any metadata available
834-
* and put into human readable form.
834+
* and put into human readable form.
835835
*
836836
*--------------------------------------------------------------------*/
837837

0 commit comments

Comments
 (0)