aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 31716b3..cac20de 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -138,6 +138,9 @@ public:
/** set thread priority on current thread */
void setPriority() { mRadio->setPriority(); }
+ /** get transport bus type of attached device */
+ enum RadioDevice::busType getBus() { return mRadio->getBus(); }
+
protected:
/** drive synchronization of Tx/Rx of USRP */