[UHD] Announcing 4.0.0.0 Release Candidate 1

2020-08-25 Thread Michael West
The release candidate of the long awaited UHD version 4.0.0.0 has been tagged and is available for testing. This major release introduces a new RFNoC framework, a new streaming infrastructure, a power calibration utility and API, and many other features and bug fixes. The new infrastructure provi

Messages into two blocks: Message order & timing guaranteed?

2020-08-25 Thread Lukas Haase
Hi, I have a block that generates messages (may be very fast, in the ms range or below). At some point I need to convert these into precise, repeatable timing, so I have a "Msg2Tag" block. It takes messages at the input and outputs a sample stream of zeros with the messages as tags. However, s

Re: everything works perfectly now!

2020-08-25 Thread George Edwards
Hi Martin, I forget to add the "install" after sudo make. My mistake! George On Tue, Aug 25, 2020, 9:05 AM George Edwards wrote: > Hi Martin, I got it working and the seven QA tests runs fine. The problem > now is that, it is not building the Gnuradio block, which I find strange. > Any suggestio

Re: How to write Gnuradion OOT C++ method as a stand alone .cc file?

2020-08-25 Thread George Edwards
Hi Martin, I got it working and the seven QA tests runs fine. The problem now is that, it is not building the Gnuradio block, which I find strange. Any suggestions? George On Mon, Aug 24, 2020, 9:50 PM George Edwards wrote: > Hi Martin, > > We communicated recently on my ongoing difficulty tryin