Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly copy DabOutputFile, make get_info() const | Matthias P. Braendli | 2016-07-04 | 1 | -8/+10 |
| | |||||
* | Replace clock_gettime with std::chrono for EDI | Matthias P. Braendli | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | Replace platform specific simul:// by C++11 chrono | Matthias P. Braendli | 2016-03-05 | 1 | -1/+3 |
| | |||||
* | Change EDI configuration for multi-output | Matthias P. Braendli | 2016-02-05 | 1 | -10/+20 |
| | |||||
* | Add source and ttl settings for EDI | Matthias P. Braendli | 2015-11-27 | 1 | -1/+3 |
| | |||||
* | Implement FIG0/18 for announcements | Matthias P. Braendli | 2015-08-15 | 1 | -0/+3 |
| | |||||
* | Add option to pad TAGPacket in different ways | Matthias P. Braendli | 2015-08-01 | 1 | -0/+1 |
| | |||||
* | EDI: add options, fix AF sequence, revision | Matthias P. Braendli | 2015-07-17 | 1 | -0/+2 |
| | |||||
* | Start big refactoring | Matthias P. Braendli | 2015-06-19 | 1 | -1/+39 |
| | | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11 | ||||
* | EDI: write transport header in PFT | Matthias P. Braendli | 2015-01-26 | 1 | -0/+12 |
| | |||||
* | Use CLOCK_MONOTONIC instead of gettimeofday | Matthias P. Braendli | 2015-01-23 | 1 | -1/+1 |
| | | | | | gettimeofday is not a suitable clock for measuring intervals, because it can jump. | ||||
* | Fix TIST transmission over ZMQ output | Matthias P. Braendli | 2014-09-26 | 1 | -0/+6 |
| | | | | | The last ETI frame in each ZMQ message was truncated, which inadvertedly zeroed the its TIST field. | ||||
* | Remove some compilation warnings | Matthias P. Braendli | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Change ZMQ output message format | Matthias P. Braendli | 2014-03-26 | 1 | -9/+51 |
| | |||||
* | fix minor mistakes | Matthias P. Braendli | 2014-02-07 | 1 | -0/+1 |
| | |||||
* | rename CRC-DabMux to ODR-DabMux | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | fix some cppcheck errors | Matthias P. Braendli | 2014-01-20 | 1 | -12/+11 |
| | |||||
* | remove some references to tcplog | Matthias P. Braendli | 2014-01-12 | 1 | -3/+1 |
| | |||||
* | add support for ZeroMQ output | Matthias P. Braendli (think) | 2013-11-08 | 1 | -0/+42 |
| | |||||
* | make dabOutput more object-oriented | Matthias P. Braendli (think) | 2013-11-08 | 1 | -0/+248 |