On Wed, Jan 03, 2007 at 01:01:36AM -0800, Dan Halperin wrote: > Hi, > > I'm trying to get the code together to enable the RFX2400 board from a > C++ program. I'm mostly looking in usrp.py, usrp1.py, db_base.py, and > db_flexrf.py and copying commands like write_io and write_oe into their > C++ versions. Is there good documentation on all of these various > commands, and/or is there an easier way to use the Python code to > instantiate the usrp data structure for me?
If you don't want to maintain your own C++ interface, you can call the
python code from C++ using Boost:
http://www.boost.org/libs/python/doc/
- Chris
pgpLGBJOH5kq7.pgp
Description: PGP signature
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
