Hey guys, I just posted some information on some of the code that was just pushed to master/next: http://www.trondeau.com/home/2013/2/19/configuring... I wanted to point this out for two reasons, and both of them have to do with Alexandru Csete :) This article addresses code that was created to allow full C++ use of the GNU Radio preference/config files. It also shows how to use a config file to setup the ICE endpoints for ControlPort, so you can specify the interface and port you're using Tom
on 2013-02-19 17:59
on 2013-02-19 20:19
On Tue, Feb 19, 2013 at 5:58 PM, Tom Rondeau <tom@trondeau.com> wrote: > This article addresses code that was created to allow full C++ use of the > GNU Radio preference/config files. It also shows how to use a config file to > setup the ICE endpoints for ControlPort, so you can specify the interface > and port you're using That's great, thanks! It seems however, that an "#include <iostream>" is missing in gr_prefs.cc - both the master and the next branch fail building for me unless I add the include. The error I get is: gnuradio-core/src/lib/general/gr_prefs.cc:87:3: error: cerr is not a member of std Alex
on 2013-02-19 20:22
On Tue, Feb 19, 2013 at 2:19 PM, Alexandru Csete <oz9aec@gmail.com> wrote: > with > gr_prefs.cc - both the master and the next branch fail building for me > unless I add the include. The error I get is: > > gnuradio-core/src/lib/general/gr_prefs.cc:87:3: error: cerr is not a > member of std > > Alex > Oops, that cerr line was a debug line that wasn't removed. I'll push a fix for that in a second. Tom
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.