From 6b495a52189642760096c5f54015486e52a39004 Mon Sep 17 00:00:00 2001 From: "kurtis.heimerl" Date: Sat, 26 Nov 2011 03:17:21 +0000 Subject: uhd: inline thread priority setting Push the ability to set thread priority out to the 52M Transceiver interface, because that's where the thread control exists. Signed-off-by: Thomas Tsou git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2644 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- Transceiver52M/radioInterface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Transceiver52M/radioInterface.h') diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h index 1dfb37c..090b296 100644 --- a/Transceiver52M/radioInterface.h +++ b/Transceiver52M/radioInterface.h @@ -226,6 +226,8 @@ public: /** returns the full-scale receive amplitude **/ double fullScaleOutputValue(); + /** set thread priority on current thread */ + void setPriority() { mRadio->setPriority(); } protected: -- cgit v1.2.3