| 492 | } |
| 493 | |
| 494 | void SDRDevicesDialog::OnRefreshDevices( wxMouseEvent& /* event */) { |
| 495 | doRefreshDevices(); |
| 496 | } |
| 497 | |
| 498 | std::string SDRDevicesDialog::getSelectedChoiceOption(wxPGProperty* prop, const SoapySDR::ArgInfo& arg) { |
| 499 |
nothing calls this directly
no outgoing calls
no test coverage detected