Home
last modified time | relevance | path

Searched refs:vox_on_dataport (Results 1 – 15 of 15) sorted by relevance

/dports/comms/flrig/flrig-1.3.54/src/rigs/
H A DFT891.cxx208 progStatus.vox_on_dataport = false; in initialize()
1302 if (progStatus.vox_on_dataport) in set_vox_gain()
1313 if (progStatus.vox_on_dataport) in set_vox_anti()
1324 if (progStatus.vox_on_dataport) in set_vox_hang()
1336 if (progStatus.vox_on_dataport) cmd[6] = '1'; in set_vox_on_dataport()
H A DFT991.cxx217 progStatus.vox_on_dataport = false; in initialize()
1168 if (progStatus.vox_on_dataport) cmd[5] = '1'; in set_vox_on_dataport()
H A DFT991A.cxx218 progStatus.vox_on_dataport = false; in initialize()
1246 if (progStatus.vox_on_dataport) cmd[5] = '1'; in set_vox_on_dataport()
H A DFTdx1200.cxx219 progStatus.vox_on_dataport = false; in initialize()
1386 if (progStatus.vox_on_dataport) cmd[5] = '1'; in set_vox_on_dataport()
H A DFT950.cxx222 progStatus.vox_on_dataport = false; in initialize()
1404 if (progStatus.vox_on_dataport) cmd[5] = '1'; in set_vox_on_dataport()
H A DFTdx3000.cxx1236 if (progStatus.vox_on_dataport) cmd[5] = '1'; in set_vox_on_dataport()
H A DFT5000.cxx1292 if (progStatus.vox_on_dataport) cmd[5] = '1'; in set_vox_on_dataport()
H A DFTdx9000.cxx1245 if (progStatus.vox_on_dataport) cmd[5] = '1'; in set_vox_on_dataport()
H A DFTdx101D.cxx1332 if (progStatus.vox_on_dataport) cmd[8] = '1'; in set_vox_on_dataport()
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Dstatus.h160 bool vox_on_dataport; member
/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dstatus.cxx707 spref.set("vox_on_dataport", vox_on_dataport); in saveLastState()
1259 spref.get("vox_on_dataport", i, vox_on_dataport); vox_on_dataport = i; in loadXcvrState()
1910 info << "vox_on_dataport : " << vox_on_dataport << "\n"; in info()
H A Dsupport.cxx4351 btn_vox_on_dataport->value(progStatus.vox_on_dataport); in initTabs()
/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Drigpanel.cxx775 progStatus.vox_on_dataport=o->value(); in cb_btn_vox_on_dataport()
H A Dui_small.cxx1542 btn_vox_on_dataport->value(progStatus.vox_on_dataport); in tabs_window()
H A Dui_touch.cxx1294 btn_vox_on_dataport->value(progStatus.vox_on_dataport); in touch_main_group()