On Mon, Jun 11, 2007 at 12:46:56PM -0400, Jeffrey Karrels wrote: > Thanks for the response Eric. > > I was just quickly going through the following discussion topic when I > saw your email: > http://lists.gnu.org/archive/html/discuss-gnuradio/2007-01/msg00136.html > > As a sanity check for myself... > If I were to try and create an USRP object from usrp_standard.h it > would fail because there is no "implementation for controlling the > daughterboards in C++"??? (for the time being) Am I reading that > correctly? > > Thanks > Jeff
You could instantiate a usrp_standard_tx or rx, but you'd be on your own to setup and configure the daugtherboard. We currently handle that in Python (gr-usrp/src/lib/*.py) Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
