Class for the sdr input source. More...
Protected Member Functions | |
| def | _runThread (self, dataQueue, sdrConfig, decoderConfig) |
| Thread routine of the input source has to be inherit. | |
| def | _runThread (self, dataQueue, sdrConfig, decoderConfig) |
| Thread routine of the input source has to be inherit. | |
Additional Inherited Members | |
Public Member Functions inherited from boswatch.inputSource.inputBase.InputBase | |
| def | __init__ (self, inputQueue, inputConfig, decoderConfig) |
| Build a new InputSource class. | |
| def | start (self) |
| Start the input source thread. | |
| def | shutdown (self) |
| Stop the input source thread. | |
| def | addToQueue (self, data) |
| Decode and add alarm data to the queue for further processing during boswatch client. | |
| def | getDecoderInstance (self, decoderConfig, StdIn) |
Protected Attributes inherited from boswatch.inputSource.inputBase.InputBase | |
| _inputThread | |
| _isRunning | |
| _inputQueue | |
| _inputConfig | |
| _decoderConfig | |
Class for the sdr input source.
|
protected |
Thread routine of the input source has to be inherit.
Reimplemented from boswatch.inputSource.inputBase.InputBase.