diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-03-03 14:24:27 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-03-03 14:24:27 +0100 |
commit | 89e4bcbcba5883355a9b4777cea2bce0a1afd53d (patch) | |
tree | e4e64194db9d1af0cac724fa63072d756a67a68f /src/output/SDR.h | |
parent | 05d3e26409a8f62c7f55851390d61d953f59489a (diff) | |
download | dabmod-89e4bcbcba5883355a9b4777cea2bce0a1afd53d.tar.gz dabmod-89e4bcbcba5883355a9b4777cea2bce0a1afd53d.tar.bz2 dabmod-89e4bcbcba5883355a9b4777cea2bce0a1afd53d.zip |
Dexter: calculate frame margin from system time
Diffstat (limited to 'src/output/SDR.h')
-rw-r--r-- | src/output/SDR.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/SDR.h b/src/output/SDR.h index 5c3b599..eb0ed9d 100644 --- a/src/output/SDR.h +++ b/src/output/SDR.h @@ -2,7 +2,7 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2022 + Copyright (C) 2023 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -69,7 +69,7 @@ class SDR : public ModOutput, public ModMetadata, public RemoteControllable { private: void process_thread_entry(void); - void handle_frame(struct FrameData &frame); + void handle_frame(struct FrameData&& frame); void sleep_through_frame(void); SDRDeviceConfig& m_config; |