Re: [Discuss-gnuradio] UHD read_gpio() help

2012-09-07 Thread Ben Hilburn
The make function is what creates your USRP object. You cannot execute functions on your USRP without constructing the object. Cheers, Ben On Fri, Aug 31, 2012 at 1:38 PM, sibar002 sibar...@ucr.edu wrote: Hello, I am trying call the read_gpio() function from the dboard_iface class in a c++

[Discuss-gnuradio] UHD read_gpio() help

2012-08-31 Thread sibar002
Hello, I am trying call the read_gpio() function from the dboard_iface class in a c++ program that I have written. I have studied the .cpp files located in the host/examples directory in order to accomplish this. In these examples, they call uhd::usrp::multi_usrp::sptr usrp =