![]() |
SoDaRadio-12.2.0-cut_dependencies:6c82803
|
a null control class that returns happily for everyone. More...
#include <USRPTRControl.hxx>
Public Member Functions | |
| NoopControl () | |
| bool | setTXOn () |
| activate external controls to enable transmit mode. | |
| bool | setTXOff () |
| activate external controls to disable transmit mode. | |
| bool | getTX () |
| report state of transmit-enable. | |
| Public Member Functions inherited from SoDa::USRPTRControl | |
| USRPTRControl () | |
| virtual 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(!) | |
| virtual bool | getBand (unsigned int band) |
| query state of signal path for selected band | |
| virtual bool | setServo (unsigned int servo_sel, double val) |
| set state of selected servo | |
Additional Inherited Members | |
| Static Public Member Functions inherited from SoDa::USRPTRControl | |
| static USRPTRControl * | makeUSRPTRControl (uhd::usrp::multi_usrp::sptr usrp, int mboard=0) |
| make the appropriate TR control widget given a pointer to a USRP device. | |
a null control class that returns happily for everyone.
Definition at line 112 of file USRPTRControl.hxx.
|
inline |
Definition at line 114 of file USRPTRControl.hxx.
References SoDa::USRPTRControl::USRPTRControl().
|
inlinevirtual |
report state of transmit-enable.
Implements SoDa::USRPTRControl.
Definition at line 118 of file USRPTRControl.hxx.
|
inlinevirtual |
activate external controls to disable transmit mode.
Implements SoDa::USRPTRControl.
Definition at line 117 of file USRPTRControl.hxx.
|
inlinevirtual |
activate external controls to enable transmit mode.
Implements SoDa::USRPTRControl.
Definition at line 116 of file USRPTRControl.hxx.