discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] set_start_time problem in jblum uhd_work branch


From: Josh Blum
Subject: Re: [Discuss-gnuradio] set_start_time problem in jblum uhd_work branch
Date: Mon, 05 Dec 2011 08:30:07 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

>          _metadata.start_of_burst = true;
>          _metadata.end_of_burst = false;
> -        _metadata.has_time_spec = _stream_now;
> +        _metadata.has_time_spec = !(_stream_now);
>          if (_start_time_set){
>              _start_time_set = false; //cleared for next run
>              _metadata.time_spec = _start_time;

Thanks, I didnt get around to testing it. That patch makes sense. Its
pushed.

-josh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]