POCSAG address filter now ignores alpha messages

Experimenting with FIFOs for replay...
This commit is contained in:
furrtek 2017-04-19 22:05:16 +01:00
parent a053c0e234
commit 40b49e2072
20 changed files with 120 additions and 69 deletions

View file

@ -59,7 +59,7 @@ private:
using option_t = std::pair<std::string, int32_t>;
using options_t = std::vector<option_t>;
static constexpr uint32_t sampling_rate = 4000000;
static constexpr uint32_t sampling_rate = 500000;
void toggle();
@ -72,7 +72,7 @@ private:
const size_t read_size;
const size_t buffer_count;
SignalToken signal_token_tick_second { };
//SignalToken signal_token_tick_second { };
options_t file_options { };
Rectangle rect_background {