29 #ifndef B200Serial_HDR 30 #define B200Serial_HDR 36 #include <boost/format.hpp> 38 #include <uhd/usrp/multi_usrp.hpp> 89 bool setBand(
unsigned int band,
bool state);
97 bool getBand(
unsigned int band);
100 bool sendCommand(
const std::string & cmd,
int retry_count);
102 uhd::usrp::multi_usrp::sptr
usrp;
bool setTXOn()
activate external controls to enable transmit mode.
bool setBand(unsigned int band, bool state)
turn on/off signal path for selected band note that multiple bands can be enabled at one time(!) ...
B200Control(uhd::usrp::multi_usrp::sptr usrp, int mboard=0)
constructor
Generic Control class to activate T/R switching, band switching, and other control functions...
bool getTX()
report state of transmit-enable.
bool getBand(unsigned int band)
query state of signal path for selected band
uhd::usrp::multi_usrp::sptr usrp
bool sendCommand(const std::string &cmd, int retry_count)
Transmit/Receive switch control for B200/B210 via the FX3 debug GPIO pins.
bool setTXOff()
activate external controls to disable transmit mode.