- call sgtarcker stats

This commit is contained in:
2022-07-13 19:31:21 +02:00
parent a30cf10d26
commit c3c8987aa1
3 changed files with 77 additions and 2 deletions
+4
View File
@@ -360,6 +360,10 @@ private:
// Noise
noise_gen_t m_noise;
// Slow timer
size_t m_slow_timer_counter;
void slowTimerCallback();
void timerCallback();
void processBaseband(CVec const &iq, size_t len);
void minMaxInit(minmax_t *pObj, radio_float_t min_initial, radio_float_t max_initial)