Adding phase field (extracted from @jamesshao8 repo) (#357)

This commit is contained in:
Erwin Ried
2020-05-20 12:34:20 +02:00
committed by GitHub
parent bdeab6428b
commit 739218116d
9 changed files with 51 additions and 11 deletions
+1
View File
@@ -95,6 +95,7 @@ private:
bool configured = false;
rx_states rx_state { WAITING };
pocsag::BitRate bitrate { pocsag::BitRate::FSK1200 };
bool phase;
uint32_t codeword_count { 0 };
pocsag::POCSAGPacket packet { };