discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-uhd timed command messages


From: Martin Braun
Subject: Re: [Discuss-gnuradio] gr-uhd timed command messages
Date: Tue, 8 Mar 2016 10:14:34 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

On 03/08/2016 05:54 AM, Nigel Steed wrote:
> Hi Marcus,
> 
> I updated my code to (which compiles):
> 
> pmt::pmt_t timeStamp = pmt::mp(pmt::from_long(0), pmt::from_double(1));
> command = pmt::dict_add(command, pmt::mp("time"), timeStamp);
> 
> But my UHD Source gives the following error when it receives the message:

Try making the timestamp a pair, instead of using mp().

Cheers,
Martin




reply via email to

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