aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/radioDevice.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 17:48:52 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 18:46:48 +0200
commit0fc20d14b31c116b758dbfb9a1988b619270a034 (patch)
treeff698cfcc48ef527c50ad323e565ecdbcabfbe7f /Transceiver52M/device/radioDevice.h
parenta4316ee4c5d2f097823616f1ca3fa82b2f25204c (diff)
Move device specific code out of radioInterface
This way code of radioInterface is independent of the device and doesn't need to be rebuild for each device. Change-Id: Id104e1edef02f863b6465ced5b4241050dc188f9
Diffstat (limited to 'Transceiver52M/device/radioDevice.h')
-rw-r--r--Transceiver52M/device/radioDevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Transceiver52M/device/radioDevice.h b/Transceiver52M/device/radioDevice.h
index 9913de0..8915b17 100644
--- a/Transceiver52M/device/radioDevice.h
+++ b/Transceiver52M/device/radioDevice.h
@@ -148,6 +148,9 @@ class RadioDevice {
/** return the used RX path */
virtual std::string getTxAntenna(size_t chan = 0) = 0;
+ /** return whether user drives synchronization of Tx/Rx of USRP */
+ virtual bool requiresRadioAlign() = 0;
+
/** Return internal status values */
virtual double getTxFreq(size_t chan = 0) = 0;
virtual double getRxFreq(size_t chan = 0) = 0;