aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/includes/Core
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-03-02 17:49:26 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-03-02 17:49:26 +0100
commita8107b3b360449d2edb6f9dc122ed47de88ed3bc (patch)
tree7e9bcde93a1183a1ec1b343286e0e2b0dad1cf8f /src/common/includes/Core
parente56078d26660f56525872ae663cf95f3fd8f425d (diff)
downloadglutte-o-matic-a8107b3b360449d2edb6f9dc122ed47de88ed3bc.tar.gz
glutte-o-matic-a8107b3b360449d2edb6f9dc122ed47de88ed3bc.tar.bz2
glutte-o-matic-a8107b3b360449d2edb6f9dc122ed47de88ed3bc.zip
rename fsm input variables
Diffstat (limited to 'src/common/includes/Core')
-rw-r--r--src/common/includes/Core/fsm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/includes/Core/fsm.h b/src/common/includes/Core/fsm.h
index e562241..f8a800c 100644
--- a/src/common/includes/Core/fsm.h
+++ b/src/common/includes/Core/fsm.h
@@ -78,8 +78,11 @@ struct fsm_input_signals_t {
float humidity; // relative humidity, range [0-100] %
int wind_generator_ok; // false if the generator is folded out of the wind
int discrim_d; // FM discriminator says RX is too low in frequency
- int tone_1750; // Detect 1750Hz tone
- int sstv_mode; // The 1750Hz filter is disabled, permitting SSTV usage
+ int button_1750; // Front panel button 1750Hz
+
+ /* Signals coming from FAX and 1750 detector */
+ int fax_mode; // 1750Hz filter disabled for machine-generated modes
+ int det_1750; // 1750Hz detected
/* Signals coming from CW and PSK generator */
int cw_psk31_done; // The CW and PSK generator has finished transmitting the message