From 05886065ea52559de5800850f728432c826f33b6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 8 Nov 2015 21:26:48 +0100 Subject: Move definition of TX timestamp and fix bug after RX reset --- OutputUHD.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OutputUHD.hpp') 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: -- cgit v1.2.3