diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-11-08 21:26:48 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-11-08 21:26:48 +0100 |
commit | 05886065ea52559de5800850f728432c826f33b6 (patch) | |
tree | 1d5b8f4fdb2e12d52f1638be2ee7cba902e65650 /OutputUHD.hpp | |
parent | 22eb9a40a48c24c2794b07f96729ce49697ef298 (diff) | |
download | odr-dpd-05886065ea52559de5800850f728432c826f33b6.tar.gz odr-dpd-05886065ea52559de5800850f728432c826f33b6.tar.bz2 odr-dpd-05886065ea52559de5800850f728432c826f33b6.zip |
Move definition of TX timestamp and fix bug after RX reset
Diffstat (limited to 'OutputUHD.hpp')
-rw-r--r-- | OutputUHD.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OutputUHD.hpp b/OutputUHD.hpp index f1d164e..b3169c6 100644 --- a/OutputUHD.hpp +++ b/OutputUHD.hpp @@ -33,7 +33,7 @@ class OutputUHD { public: OutputUHD(double txgain, double rxgain, double samplerate); - size_t Transmit(const complexf *samples, size_t sizeIn, double *first_sample_time); + size_t Transmit(const complexf *samples, size_t sizeIn, double transmit_time); ssize_t Receive(complexf *samples, size_t sizeIn, double *first_sample_time); private: |