aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove broken KISS FFT supportMatthias P. Braendli2016-05-278-408/+13
|
* Replace some unsigned typesMatthias P. Braendli2016-05-2711-36/+37
|
* Fix process time statistics printMatthias P. Braendli2016-05-271-4/+4
|
* Use system time instead of usrp time to printMatthias P. Braendli2016-05-262-3/+5
|
* Correct timestamp decoder pps calculationMatthias P. Braendli2016-05-251-1/+1
|
* Fix UHD underrun printoutMatthias P. Braendli2016-05-201-2/+2
|
* Embellish warning about timestampMatthias P. Braendli2016-05-201-3/+5
|
* Get rid of FCT discontinuity checkMatthias P. Braendli2016-05-203-40/+1
| | | | The timestamp discontinuity verification takes care of this now
* Improve timestamp handlingMatthias P. Braendli2016-05-206-114/+124
| | | | | Replace PPS representation from double to integer, and analyse in OutputUHD if the timestamp is as expected.
* Refactor OutputUHD, replace double buffering by queueMatthias P. Braendli2016-05-202-126/+79
|
* Protect cerr by mutex in Log, and minor thingsMatthias P. Braendli2016-02-282-6/+14
|
* Add comments in PhaseReferenceMatthias P. Braendli2016-01-312-5/+18
|
* FIRFilter, use vector to save filter tapsMatthias P. Braendli2016-01-312-35/+20
|
* Restart when FrameMultiplexer sees a different configurationMatthias P. Braendli2016-01-312-17/+35
|
* Correct size of PhaseReference d_dataInMatthias P. Braendli2016-01-311-2/+7
|
* PhaseReference: replace array by vectorMatthias P. Braendli2016-01-312-6/+5
|
* Replace quite a few 'new' with make_sharedMatthias P. Braendli2016-01-314-54/+43
|
* CicEqualiser: replace float array by vectorMatthias P. Braendli2016-01-312-8/+5
|
* Fix UHD output timestamp incrementMatthias P. Braendli2015-11-271-1/+1
|
* Set default UHD settings for command lineMatthias P. Braendli2015-10-301-0/+3
|
* Fix command line option for zmq inputMatthias P. Braendli2015-10-301-1/+1
|
* Fix compilation in KISS FFT with SIMD due to std::complexMatthias P. Braendli2015-10-282-6/+6
|
* Fix Non-SSE GainControl compile errorMatthias P. Braendli2015-09-271-6/+7
|
* Keep TII settings across modulator restartMatthias P. Braendli2015-09-184-63/+48
|
* UHD: do not print length 1 messagesMatthias P. Braendli2015-09-181-1/+10
|
* Keep FIR filtertaps after modulator restartMatthias P. Braendli2015-09-184-22/+20
|
* Keep UHD settings across a modulator restartMatthias P. Braendli2015-09-182-22/+27
|
* Refactor variables and GainMode enumMatthias P. Braendli2015-09-184-30/+33
|
* Keep digital gain across modulator restartsMatthias P. Braendli2015-09-184-13/+13
|
* Fix segfault on SIGINT before UHD initMatthias P. Braendli2015-09-181-1/+3
|
* Give RemoteControllers a global lifetimeMatthias P. Braendli2015-09-181-1/+4
|
* Keep tist offset across modulator restartsMatthias P. Braendli2015-09-185-9/+10
|
* Fix crash when using RC after a mod restartMatthias P. Braendli2015-09-142-3/+36
|
* Make it possible to use synchronous=1 with internal refMatthias P. Braendli2015-08-261-0/+1
|
* Move running flag out of workerdataMatthias P. Braendli2015-08-152-7/+10
|
* Add support for Ettus GPSDOMatthias P. Braendli2015-08-152-5/+43
|
* Replace some loops with iterators to foreach loopsMatthias P. Braendli2015-08-017-99/+61
|
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-0118-67/+58
|
* ZMQ RC whitespaceMatthias P. Braendli2015-08-011-36/+18
|
* Refactor ZMQ RC and add list and show commandsMatthias P. Braendli2015-08-012-34/+96
|
* Correct defaults for refclk_source and pps_sourceMatthias P. Braendli2015-07-301-2/+2
|
* Add version info to starting up messageMatthias P. Braendli2015-07-241-1/+7
|
* Handle modulator restart with file inputMatthias P. Braendli2015-07-171-5/+13
|
* Remove boost::atomic dependencyMatthias P. Braendli2015-07-171-2/+1
| | | | To support debian oldstable
* Replace fixtype by timelock sensor in OutputUHDMatthias P. Braendli2015-07-032-17/+17
|
* update zmq.hpp to support zmq 4.1.xMatthias P. Braendli2015-07-031-3/+39
|
* Make TII enabling a soft-failMatthias P. Braendli2015-06-281-2/+8
|
* Add missing includeMatthias P. Braendli2015-06-261-0/+1
|
* Add TII to remote control, add explicit enableMatthias P. Braendli2015-06-265-34/+140
|
* Add TII configuration to ini fileMatthias P. Braendli2015-06-264-9/+24
|