SEPIA
Software documentation for the APEX SEPIA receivers
|
A class to control a MiniCircuit unit (IF and backend switch). More...
#include <minicircuit.h>
Inherits QTcpSocket.
Inherited by BackendSwitch, and IFSwitch.
Public Types | |
enum | SPDTswitch |
Avaliable switches. | |
Public Slots | |
void | setSwitch (MiniCircuit::SPDTswitch sw, bool flag) |
Set the requested switch. More... | |
void | setPattern (uint setting) |
Set the requested switches as a bit pattern. More... | |
A class to control a MiniCircuit unit (IF and backend switch).
|
slot |
Set the requested switches as a bit pattern.
setting | a bit pattern where LSB is switch A and MSB is switch H. |
|
slot |
Set the requested switch.
sw | the switch to be set |
flag | true, if switch should be on; false, if switch should be off |