![]() |
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.
|
Inheritance diagram for SSBDemod::MsgConfigureSSBDemodPrivate:
Collaboration diagram for SSBDemod::MsgConfigureSSBDemodPrivate:Public Member Functions | |
| Real | getBandwidth () const |
| Real | getLoCutoff () const |
| Real | getVolume () const |
| int | getSpanLog2 () const |
| bool | getAudioBinaural () const |
| bool | getAudioFlipChannels () const |
| bool | getDSB () const |
| bool | getAudioMute () const |
| bool | getAGC () const |
| bool | getAGCClamping () const |
| int | getAGCTimeLog2 () const |
| int | getAGCPowerThershold () const |
| int | getAGCThersholdGate () const |
Public Member Functions inherited from Message | |
| Message () | |
| virtual | ~Message () |
| virtual const char * | getIdentifier () const |
| virtual bool | matchIdentifier (const char *identifier) const |
| void * | getDestination () const |
| void | setDestination (void *destination) |
Static Public Member Functions | |
| static MsgConfigureSSBDemodPrivate * | create (Real Bandwidth, Real LowCutoff, Real volume, int spanLog2, bool audioBinaural, bool audioFlipChannels, bool dsb, bool audioMute, bool agc, bool agcClamping, int agcTimeLog2, int agcPowerThreshold, int agcThresholdGate) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Private Member Functions | |
| MsgConfigureSSBDemodPrivate (Real Bandwidth, Real LowCutoff, Real volume, int spanLog2, bool audioBinaural, bool audioFlipChannels, bool dsb, bool audioMute, bool agc, bool agcClamping, int agcTimeLog2, int agcPowerThreshold, int agcThresholdGate) | |
Private Attributes | |
| Real | m_Bandwidth |
| Real | m_LowCutoff |
| Real | m_volume |
| int | m_spanLog2 |
| bool | m_audioBinaural |
| bool | m_audioFlipChannels |
| bool | m_dsb |
| bool | m_audioMute |
| bool | m_agc |
| bool | m_agcClamping |
| int | m_agcTimeLog2 |
| int | m_agcPowerThreshold |
| int | m_agcThresholdGate |
Additional Inherited Members | |
Protected Attributes inherited from Message | |
| void * | m_destination |
Static Protected Attributes inherited from Message | |
| static const char * | m_identifier = 0 |
Definition at line 190 of file ssbdemod.h.
|
inlineprivate |
Definition at line 253 of file ssbdemod.h.
|
inlinestatic |
Definition at line 208 of file ssbdemod.h.
Referenced by SSBDemod::configure().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
Definition at line 205 of file ssbdemod.h.
References SSBDemod::m_agcPowerThreshold.
|
inline |
Definition at line 206 of file ssbdemod.h.
References SSBDemod::m_agcThresholdGate.
|
inline |
Definition at line 204 of file ssbdemod.h.
|
inline |
Definition at line 198 of file ssbdemod.h.
|
inline |
Definition at line 199 of file ssbdemod.h.
References SSBDemod::m_audioFlipChannels.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 247 of file ssbdemod.h.
|
private |
Definition at line 248 of file ssbdemod.h.
|
private |
Definition at line 250 of file ssbdemod.h.
|
private |
Definition at line 251 of file ssbdemod.h.
|
private |
Definition at line 249 of file ssbdemod.h.
|
private |
Definition at line 243 of file ssbdemod.h.
|
private |
Definition at line 244 of file ssbdemod.h.
|
private |
Definition at line 246 of file ssbdemod.h.
|
private |
Definition at line 239 of file ssbdemod.h.
|
private |
Definition at line 245 of file ssbdemod.h.
|
private |
Definition at line 240 of file ssbdemod.h.
|
private |
Definition at line 242 of file ssbdemod.h.
|
private |
Definition at line 241 of file ssbdemod.h.
1.8.13