discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Using file descriptor sink ?


From: Ruecan
Subject: Re: [Discuss-gnuradio] Using file descriptor sink ?
Date: Fri, 30 May 2014 09:15:29 -0700 (PDT)

My question is let say I have this socket 

     self.blocks_socket_pdu_0_Rx = blocks.socket_pdu("UDP_CLIENT",
"localhost", "4000", 10000)

And then I need to associate a file descriptor to it. 
How can I have the int handler like the open() syscall would  return ?

     self.myFileDescriptor = blocks.file_descriptor_sink(2048, ??)

Ruecan.






--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Using-file-descriptor-sink-tp48640p48644.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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