discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] USRP_DATAOUT_ENDPOINT -- where is it declared?


From: Angilberto Muniz Sb
Subject: [Discuss-gnuradio] USRP_DATAOUT_ENDPOINT -- where is it declared?
Date: Sat, 10 Jun 2006 08:51:46 -0700 (PDT)

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 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]