aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-12-04 20:56:32 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-12-07 11:18:28 +0100
commite5b666441987856316faa8b8928f40ec956906ac (patch)
treee372f5027117ba33a4deb9cf180864d77d7e2dd0 /Transceiver52M/device/lms/LMSDevice.h
parent1595ddaa5fc1dcc4e04168e43fc82e3c71fdb3fd (diff)
lms: Move {under,over}run checks into separate method
Diffstat (limited to 'Transceiver52M/device/lms/LMSDevice.h')
-rw-r--r--Transceiver52M/device/lms/LMSDevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Transceiver52M/device/lms/LMSDevice.h b/Transceiver52M/device/lms/LMSDevice.h
index d1a8813..fde2408 100644
--- a/Transceiver52M/device/lms/LMSDevice.h
+++ b/Transceiver52M/device/lms/LMSDevice.h
@@ -67,6 +67,7 @@ private:
int get_ant_idx(const std::string & name, bool dir_tx, size_t chan);
bool flush_recv(size_t num_pkts);
+ void update_stream_stats(size_t chan, bool * underrun, bool * overrun);
public: