diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-16 12:05:37 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-16 12:05:37 +0100 |
commit | 8d4a68a3c5c2910f7868a54847e47e813664621b (patch) | |
tree | eba33a0b4deee42e84db0b5eac3befc858d40a68 /TODO | |
parent | 62b6a31a18148aacdfd433d25841766a6cf99848 (diff) | |
download | dabmod-8d4a68a3c5c2910f7868a54847e47e813664621b.tar.gz dabmod-8d4a68a3c5c2910f7868a54847e47e813664621b.tar.bz2 dabmod-8d4a68a3c5c2910f7868a54847e47e813664621b.zip |
Show seconds and PPS in OutputFile metadata
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ Tests, both with B200 and LimeSDR: - Proper teardown - DPD server +Replace all prints to stderr +---------------------------- +We have a nice logging subsystem, use it to avoid that fprintf(stderr, ...) and +logging to stderr messages collide. Finalise EDI input ------------------ |