1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-16 08:25:00 -04:00

M17 demod: fixed BERT

This commit is contained in:
f4exb
2022-07-06 07:01:42 +02:00
parent 1fa3adb669
commit c3f55af6a6
14 changed files with 125 additions and 45 deletions
@@ -102,6 +102,7 @@ void M17DemodProcessor::diagnostic_callback(
float deviation,
float offset,
int status,
int sync_word_type,
float clock,
int sample_index,
int sync_index,
@@ -116,6 +117,7 @@ void M17DemodProcessor::diagnostic_callback(
m_this->m_deviation = deviation;
m_this->m_offset = offset;
m_this->m_status = status;
m_this->m_syncWordType = sync_word_type;
m_this->m_clock = clock;
m_this->m_sampleIndex = sample_index;
m_this->m_syncIndex = sync_index;