1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Plugins: cppcheck corrections

This commit is contained in:
f4exb
2017-12-29 03:22:04 +01:00
parent 9cb1a774c6
commit 324aaa86b6
8 changed files with 13 additions and 5 deletions
+3 -1
View File
@@ -15,9 +15,10 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#include "../../channelrx/demodbfm/rdsdecoder.h"
#include "rdsdecoder.h"
#include <QDebug>
#include <string.h>
const unsigned int RDSDecoder::offset_pos[5] = {0,1,2,3,2};
const unsigned int RDSDecoder::offset_word[5] = {252,408,360,436,848};
@@ -41,6 +42,7 @@ RDSDecoder::RDSDecoder()
m_wrongBlocksCounter = 0;
m_goodBlock = false;
m_qua = 0.0f;
memset(m_group, 0, 4*sizeof(int));
}
RDSDecoder::~RDSDecoder()