Home
last modified time | relevance | path

Searched refs:busyChannelSeconds (Results 1 – 8 of 8) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/psm/
H A Dpsm.cxx357 double busyChannelSeconds = 0; in process_psm() local
390 busyChannelSeconds = 0.25 + (random_number * 0.75); // 0.25 - 1.0 Seconds in process_psm()
392 busyChannelSeconds = (double) progStatus.busyChannelSeconds + random_number; in process_psm()
467 timer_inhibit_tx_seconds = current_time + busyChannelSeconds; in process_psm()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dstatus.cxx236 progdefaults.busyChannelSeconds,
470 busyChannelSeconds = progdefaults.busyChannelSeconds; in saveLastState()
660 spref.set("busyChannelSeconds", busyChannelSeconds); in saveLastState()
991 spref.get("busyChannelSeconds", i, busyChannelSeconds); busyChannelSeconds = i; in loadLastState()
H A Dkiss_io.cxx1573 snprintf(buffer, sizeof(buffer)-1, "%d", progdefaults.busyChannelSeconds); in reply_busy_channel_duration()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dstatus.h184 int busyChannelSeconds; member
H A Dconfiguration.h2364 ELEM_(int, busyChannelSeconds, "BUSY_CHANNEL_SECONDS", \
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx10001 progdefaults.busyChannelSeconds = progStatus.busyChannelSeconds = 3; in psm_set_defaults()
10011 cntBusyChannelSeconds->value(progStatus.busyChannelSeconds); in psm_set_defaults()
H A Dconfdialog.fl8011 callback {progStatus.busyChannelSeconds = (int) o->value();
8012 progdefaults.busyChannelSeconds = (int) o->value();
8015 code0 {o->value(progdefaults.busyChannelSeconds);}
H A Dconfdialog.cxx6240 progStatus.busyChannelSeconds = (int) o->value(); in cb_cntBusyChannelSeconds()
6241 progdefaults.busyChannelSeconds = (int) o->value(); in cb_cntBusyChannelSeconds()
16132 o->value(progdefaults.busyChannelSeconds); in ConfigureDialog()