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