mirror of https://github.com/wb2osz/direwolf.git
parent
8b81a3226f
commit
1646be7def
12
telemetry.c
12
telemetry.c
|
@ -249,7 +249,7 @@ static int t_ndp (char *str)
|
|||
* KB1GKN-10>APRX27,UNCAN,WIDE1*:T#491,4.9,0.3,25.0,0.0,1.0,00000000
|
||||
*
|
||||
* Not integers. Not fixed width fields.
|
||||
* We will accept these but issue a warning that others might not.
|
||||
* We will accept these but issue a warning that others might not.
|
||||
*
|
||||
*--------------------------------------------------------------------*/
|
||||
|
||||
|
@ -393,7 +393,7 @@ void telemetry_data_original (char *station, char *info, int quiet, char *output
|
|||
* Description: We are expecting from 2 to 7 pairs of base 91 digits.
|
||||
* The first pair is the sequence number.
|
||||
* Next we have 1 to 5 analog values.
|
||||
* If digital values are present, all 5 analog values must be present.
|
||||
* If digital values are present, all 5 analog values must be present.
|
||||
*
|
||||
*--------------------------------------------------------------------*/
|
||||
|
||||
|
@ -513,7 +513,7 @@ void telemetry_data_base91 (char *station, char *cdata, char *output)
|
|||
* Outputs: Stored for future use when data values are received.
|
||||
*
|
||||
* Description: The first 5 characters of the message are "PARM." and the
|
||||
* rest is a variable length list of comma separated names.
|
||||
* rest is a variable length list of comma separated names.
|
||||
*
|
||||
* The original spec has different maximum lengths for different
|
||||
* fields which we will ignore.
|
||||
|
@ -586,7 +586,7 @@ void telemetry_name_message (char *station, char *msg)
|
|||
* Outputs: Stored for future use when data values are received.
|
||||
*
|
||||
* Description: The first 5 characters of the message are "UNIT." and the
|
||||
* rest is a variable length list of comma separated units/labels.
|
||||
* rest is a variable length list of comma separated units/labels.
|
||||
*
|
||||
* The original spec has different maximum lengths for different
|
||||
* fields which we will ignore.
|
||||
|
@ -657,7 +657,7 @@ void telemetry_unit_label_message (char *station, char *msg)
|
|||
* Outputs: Stored for future use when data values are received.
|
||||
*
|
||||
* Description: The first 5 characters of the message are "EQNS." and the
|
||||
* rest is a comma separated list of 15 floating point values.
|
||||
* rest is a comma separated list of 15 floating point values.
|
||||
*
|
||||
* The spec appears to require all 15 so we will issue an
|
||||
* error if fewer found.
|
||||
|
@ -831,7 +831,7 @@ void telemetry_bit_sense_message (char *station, char *msg, int quiet)
|
|||
* Outputs: output - Decoded telemetry in human readable format.
|
||||
*
|
||||
* Description: Process raw data according to any metadata available
|
||||
* and put into human readable form.
|
||||
* and put into human readable form.
|
||||
*
|
||||
*--------------------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue