Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid ugly 'context terminated' error on zmq restart | Matthias P. Braendli | 2019-04-16 | 1 | -2/+6 |
| | |||||
* | Represent ZMQ input failures more clearly | Matthias P. Braendli | 2019-01-28 | 1 | -56/+37 |
| | |||||
* | Add ZMQ input buffer size to RC | Matthias P. Braendli | 2018-04-11 | 1 | -0/+52 |
| | |||||
* | Stop using fprintf in input information | Matthias P. Braendli | 2018-03-20 | 1 | -3/+2 |
| | |||||
* | Avoid copies in ThreadsafeQueue and Buffer | Matthias P. Braendli | 2018-03-06 | 1 | -10/+9 |
| | |||||
* | Remove porting.c | Matthias P. Braendli | 2018-02-24 | 1 | -1/+0 |
| | |||||
* | Let ZeroMQ input timeout, so that SIGINT works too | Matthias P. Braendli | 2018-01-16 | 1 | -3/+23 |
| | |||||
* | Simplify InputZeroMQReader, remove worker class | Matthias P. Braendli | 2018-01-16 | 1 | -45/+41 |
| | |||||
* | Do some InputReader cleanup | Matthias P. Braendli | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | Check input zmq message size | Matthias P. Braendli | 2017-08-05 | 1 | -29/+44 |
| | |||||
* | Increase detail for ZeroMQ error messages | Matthias P. Braendli | 2016-08-23 | 1 | -2/+16 |
| | |||||
* | Set custom names to threads | Matthias P. Braendli | 2016-06-17 | 1 | -0/+2 |
| | |||||
* | Add TRACE support for timing analysis | Matthias P. Braendli | 2016-06-17 | 1 | -0/+4 |
| | |||||
* | Replace some unsigned types | Matthias P. Braendli | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Fix command line option for zmq input | Matthias P. Braendli | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Move running flag out of workerdata | Matthias P. Braendli | 2015-08-15 | 1 | -3/+6 |
| | |||||
* | Switch to C++11, remove boost::shared_ptr | Matthias P. Braendli | 2015-08-01 | 1 | -4/+3 |
| | |||||
* | Remove debugging prints | Matthias P. Braendli | 2015-06-05 | 1 | -17/+0 |
| | |||||
* | Fix intermittent underruns after a restart | Matthias P. Braendli | 2015-06-05 | 1 | -2/+30 |
| | | | | | | | | | | | | | | 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 | -11/+8 |
| | |||||
* | Use shared_ptr in ZMQ input instead of pointers | Matthias P. Braendli | 2015-05-30 | 1 | -10/+6 |
| | |||||
* | Use correct delete[] in ZMQ input | Matthias P. Braendli | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | 'underfull' sounds wrong | Matthias P. Braendli | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Create custom exception for ZMQ overflow | Matthias P. Braendli | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Restart full modulator on ZeroMQ input overrun | Matthias P. Braendli | 2015-02-22 | 1 | -1/+8 |
| | |||||
* | Move main flowgraph to distinct function | Matthias P. Braendli | 2015-02-22 | 1 | -0/+11 |
| | |||||
* | Add max_frames_queued option for zmq input | Matthias P. Braendli | 2015-02-20 | 1 | -5/+4 |
| | |||||
* | Merge input-zeromq and output-zeromq configure options | Matthias P. Braendli | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | SFN: carry FCT along with timestamps | Matthias P. Braendli | 2014-09-14 | 1 | -1/+3 |
| | | | | | | | | | This is the first step to fix issue #6. The goal is to enable the OutputUHD to check for FCT consistency. Once it can do that, it will also be able to reset the UHD streamer if necessary. | ||||
* | Change ZMQ input message format | Matthias P. Braendli | 2014-03-26 | 1 | -19/+63 |
| | |||||
* | Maintain transmission frame FP relationship in ZeroMQ input | Matthias P. Braendli | 2014-03-23 | 1 | -3/+16 |
| | |||||
* | Fix livelock in synchronous ZeroMQ scenario | Matthias P. Braendli | 2014-03-23 | 1 | -3/+8 |
| | |||||
* | Make sure the ZMQ input thread dies on Stop() | Matthias P. Braendli | 2014-03-23 | 1 | -0/+1 |
| | |||||
* | zmq input improvements | Matthias P. Braendli | 2014-02-21 | 1 | -4/+23 |
| | |||||
* | 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 |
| | |||||
* | fix some errors seen by cppcheck | Matthias P. Braendli | 2014-01-20 | 1 | -1/+1 |
| | |||||
* | crc-dabmod: add ZeroMQ input module | Matthias P. Braendli (think) | 2013-11-10 | 1 | -0/+135 |