aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/usrp1
AgeCommit message (Collapse)AuthorFilesLines
2018-06-14radioDevice: better encapsulation in base classHarald Welte2-5/+10
It's not good style to have the derived classes initialize members inherited from the base class using "this->foo = bar". Rather, let's make the base class have a constructor, and call that constructor to initialize the members of the base class. While doing this * rename 'offset' to 'lo_offset' to avoid confusion with timestamp offset * move 'InterfaceType' into the base class * move 'chans' into the base class * move 'rx_sps' into the base class * mark base class members as 'protected' Change-Id: Ib885675a7612a392aa7f75fca81269ddcff2f6ab
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte2-8/+7
All three derived classes use a tx_sps member, let's move this into the base class. Change-Id: I73b4aa2705c5049561e2d7b21301a0d2b3c96ced
2018-06-13move set_antennas() from UHD to generic radioDevice base classHarald Welte1-2/+0
Change-Id: I806143e9db21f0be4dcc6a376b3a630be7aeb3ba
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol2-0/+7
Change-Id: Ibcf258d8bf8595e286682e0bc59391b239ea7642
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol2-0/+7
This way code of radioInterface is independent of the device and doesn't need to be rebuild for each device. Change-Id: Id104e1edef02f863b6465ced5b4241050dc188f9
2018-04-24Move device specific files to device subdirPau Espin Pedrol3-0/+862
Change-Id: Ib42fef14bf4c7b779f44d99711a35c18b32a4c21