mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-28 11:12:26 -04:00
Add second tick handler for CaptureThread.
This commit is contained in:
parent
8188b44439
commit
11d15ec5b5
2 changed files with 15 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "bitmap.hpp"
|
||||
|
||||
#include "capture_thread.hpp"
|
||||
#include "signal.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
@ -57,7 +58,10 @@ private:
|
|||
|
||||
std::unique_ptr<CaptureThread> capture_thread;
|
||||
|
||||
SignalToken signal_token_tick_second;
|
||||
|
||||
void on_record();
|
||||
void on_tick_second();
|
||||
|
||||
void on_tuning_frequency_changed(rf::Frequency f);
|
||||
void on_lna_changed(int32_t v_db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue