Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ETI-over-TCP input | Matthias P. Braendli | 2016-09-11 | 1 | -5/+39 |
| | |||||
* | Replace some unsigned types | Matthias P. Braendli | 2016-05-27 | 1 | -2/+2 |
| | |||||
* | Move running flag out of workerdata | Matthias P. Braendli | 2015-08-15 | 1 | -4/+4 |
| | |||||
* | Switch to C++11, remove boost::shared_ptr | Matthias P. Braendli | 2015-08-01 | 1 | -3/+3 |
| | |||||
* | Fix intermittent underruns after a restart | Matthias P. Braendli | 2015-06-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | When using UHD without synchronous=1: After a modulator restart, the input ZMQ buffer is nearly empty, and the modulator actually gets blocked by the ThreadsafeQueue. This is visible by looking at the time deltas printed in the debugging code. This commit adds a minimal form of prebuffering (10 ETI frames) to the ZeroMQ input, and removes the useless minimum required size for the ThreadsafeQueue. In synchronous=1, the issue is not visible because the TIST defines the time to transmit, which will cause the ZMQ buffer to fill. | ||||
* | Logging: use etiLog instead of stderr | Matthias Braendli | 2015-06-02 | 1 | -6/+4 |
| | |||||
* | Apply rule of 3 in InputReader | Matthias Braendli | 2015-06-02 | 1 | -1/+5 |
| | |||||
* | Use shared_ptr in ZMQ input instead of pointers | Matthias P. Braendli | 2015-05-30 | 1 | -2/+4 |
| | |||||
* | Only print closing message if really closing file | Matthias P. Braendli | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | Create custom exception for ZMQ overflow | Matthias P. Braendli | 2015-02-27 | 1 | -0/+8 |
| | |||||
* | Restart full modulator on ZeroMQ input overrun | Matthias P. Braendli | 2015-02-22 | 1 | -0/+1 |
| | |||||
* | Move main flowgraph to distinct function | Matthias P. Braendli | 2015-02-22 | 1 | -0/+2 |
| | |||||
* | Add max_frames_queued option for zmq input | Matthias P. Braendli | 2015-02-20 | 1 | -2/+4 |
| | |||||
* | Merge input-zeromq and output-zeromq configure options | Matthias P. Braendli | 2015-01-23 | 1 | -2/+2 |
| | |||||
* | Change ZMQ input message format | Matthias P. Braendli | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | Maintain transmission frame FP relationship in ZeroMQ input | Matthias P. Braendli | 2014-03-23 | 1 | -1/+12 |
| | |||||
* | zmq input improvements | Matthias P. Braendli | 2014-02-21 | 1 | -3/+2 |
| | |||||
* | include local zmq.hpp and prefer it over the system one | Matthias P. Braendli | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Replace CRC-DABMOD by ODR-DabMod | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | kill ZMQ thread when InputZeroMQReader is destroyed | Matthias P. Braendli | 2014-01-10 | 1 | -0/+6 |
| | |||||
* | crc-dabmod: add ZeroMQ input module | Matthias P. Braendli (think) | 2013-11-10 | 1 | -9/+67 |
| | |||||
* | dabmod: add file input to separate class, change version | Matthias P. Braendli (think) | 2013-11-10 | 1 | -0/+125 |