Does anybody know where to find the ".h" file
declaring "USRP_DATOUT_ENDPOINT" ?

Its referenced in "USRP.CC" (see below)...

...
...
    int r = usb_bulk_write (udh,
USRP_DATAOUT_ENDPOINT, (char *) buf, n * sizeof
(short), 1000);
   if (r < 0){
      fprintf (stderr, "usb_bulk_write failed (loop
%d): %s\n", loop_counter, usb_strerror ());
      return false;
    }
...
...


Thankx,

Angilberto.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to