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 "gui/levelmeter.h"
#include <math.h>
#include <QPainter>
#include <QTimer>
#include <QDebug>
Go to the source code of this file.
Variables | |
const int | RedrawInterval = 100 |
const qreal | PeakDecayRate = 0.001 |
const int | PeakHoldLevelDuration = 2000 |
const qreal PeakDecayRate = 0.001 |
Definition at line 57 of file levelmeter.cpp.
const int PeakHoldLevelDuration = 2000 |
Definition at line 58 of file levelmeter.cpp.
Referenced by LevelMeter::redrawTimerExpired().
const int RedrawInterval = 100 |
Definition at line 56 of file levelmeter.cpp.
Referenced by LevelMeter::LevelMeter().