]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Only changed comments on the CW RF pulse shaper variables
authorc vw <dl1ycf@darc.de>
Wed, 24 Feb 2021 14:23:35 +0000 (15:23 +0100)
committerc vw <dl1ycf@darc.de>
Wed, 24 Feb 2021 14:23:35 +0000 (15:23 +0100)
transmitter.c
transmitter.h

index 8c748433f409bad03de4343fca1602a037d855c7..72def803e316b88e94bbddcb7789aa1009421b11 100644 (file)
@@ -61,9 +61,9 @@ static int waterfall_samples=0;
 static int waterfall_resample=8;
 
 //
-// CW (CAT-CW and LOCALCW) in the "old protocol" is timed by the
-// heart-beat of the mic samples. The communication with rigctl.c
-// and iambic.c is done via some global variables. Their use is:
+// CW pulses are timed by the heart-beat of the mic samples.
+// Other parts of the program may produce CW RF pulses by manipulating
+// these global variables:
 //
 // cw_key_up/cw_key_down: set number of samples for next key-down/key-up sequence
 //                        Any of these variable will only be set from outside if
index ed6ca46573489da083901d6afe0957b1ccc449eb..91ba4dd2b058b9adaf4a43ae5deaaa63055d47ed 100644 (file)
@@ -120,7 +120,7 @@ void create_dialog(TRANSMITTER *tx);
 void reconfigure_transmitter(TRANSMITTER *tx,int width,int height);
 
 //
-// CW pulse shaper variables, needed by rigctl (CAT CW) and iambic.c (LOCALCW)
+// CW pulse shaper variables
 //
 extern int cw_key_up;
 extern int cw_key_down;