Home
last modified time | relevance | path

Searched refs:cntBusyChannelSeconds (Results 1 – 7 of 7) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/config_script/
H A Dcreate_default_script.cxx454 …if(add_command(fd, (char *)CMD_IO_KISS_CONT, (int) cntBusyChannelSeconds->value(), 2)) ret… in create_default_script()
H A Drun_scripts.cxx1070 return assign_integer(cntBusyChannelSeconds, sp, sc); in process_io_kiss_continue_after()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h732 extern Fl_Counter *cntBusyChannelSeconds;
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dkiss_io.cxx1558 REQ(set_counter, cntBusyChannelSeconds, value); in set_busy_channel_duration()
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx6237 Fl_Counter *cntBusyChannelSeconds=(Fl_Counter *)0; variable
16124 …{ Fl_Counter* o = cntBusyChannelSeconds = new Fl_Counter(380, 38, 110, 20, _("Allow TX After Signa… in ConfigureDialog()
16125cntBusyChannelSeconds->tooltip(_("Allow transmits after \'N\' seconds of a signal detection.")); in ConfigureDialog()
16126 cntBusyChannelSeconds->minimum(1); in ConfigureDialog()
16127 cntBusyChannelSeconds->maximum(999); in ConfigureDialog()
16128 cntBusyChannelSeconds->step(1); in ConfigureDialog()
16129 cntBusyChannelSeconds->value(1); in ConfigureDialog()
16130 cntBusyChannelSeconds->callback((Fl_Callback*)cb_cntBusyChannelSeconds); in ConfigureDialog()
16131 cntBusyChannelSeconds->align(Fl_Align(FL_ALIGN_RIGHT)); in ConfigureDialog()
H A Dfl_digi.cxx10011 cntBusyChannelSeconds->value(progStatus.busyChannelSeconds); in psm_set_defaults()
H A Dconfdialog.fl8009 Fl_Counter cntBusyChannelSeconds {