![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <deviceperseus.h>
Collaboration diagram for DevicePerseus:Public Member Functions | |
| void | scan () |
| void | getSerials (std::vector< std::string > &serials) const |
| int | getSequenceFromSerial (const std::string &serial) const |
Static Public Member Functions | |
| static DevicePerseus & | instance () |
Protected Member Functions | |
| DevicePerseus () | |
| DevicePerseus (const DevicePerseus &) | |
| DevicePerseus & | operator= (const DevicePerseus &other) |
| ~DevicePerseus () | |
Private Member Functions | |
| bool | internal_scan () |
Private Attributes | |
| int | m_nbDevices |
| DevicePerseusScan | m_scan |
Definition at line 25 of file deviceperseus.h.
|
protected |
|
inlineprotected |
Definition at line 35 of file deviceperseus.h.
|
protected |
Definition at line 26 of file deviceperseus.cpp.
|
inline |
Definition at line 31 of file deviceperseus.h.
Referenced by PerseusInput::openDevice().
Here is the caller graph for this function:
|
inline |
Definition at line 30 of file deviceperseus.h.
Referenced by PerseusPlugin::enumSampleSources().
Here is the caller graph for this function:
|
static |
Definition at line 31 of file deviceperseus.cpp.
Referenced by PerseusPlugin::enumSampleSources(), and PerseusInput::openDevice().
Here is the caller graph for this function:
|
private |
Definition at line 51 of file deviceperseus.cpp.
References m_nbDevices, m_scan, and DevicePerseusScan::scan().
Referenced by scan().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotected |
Definition at line 36 of file deviceperseus.h.
| void DevicePerseus::scan | ( | ) |
Definition at line 37 of file deviceperseus.cpp.
References DevicePerseusScan::clear(), internal_scan(), m_nbDevices, and m_scan.
Referenced by PerseusPlugin::enumSampleSources().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 41 of file deviceperseus.h.
Referenced by DevicePerseus(), internal_scan(), and scan().
|
private |
Definition at line 42 of file deviceperseus.h.
Referenced by internal_scan(), and scan().
1.8.13