Some question about the python flow_graph class.
Is it possible to:
- derive it?
- connect the tail of a graph to the head of another one?
- make a 1-to-N connection?
Thanks,
Davide A.
web: http://www.davideanastasia.com/
email: [email protected]
Some question about the python flow_graph class.
Is it possible to:
Davide A.
web: http://www.davideanastasia.com/
email: [email protected]
On Thu, Nov 30, 2006 at 02:30:08AM +0100, Davide A. wrote:
Some question about the python flow_graph class.
Is it possible to:
- derive it?
Yes. Virtually every example does this
- connect the tail of a graph to the head of another one?
Generally you have only a single flow graph.
If you had more than one, they would not be connected.
- make a 1-to-N connection?
If you mean may one output connect to multiple inputs, yes.
This is frequently done in the examples.
Thanks,
Davide A.
Eric
Davide A. wrote:
Which examples? The only one I know is:
http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html
gr-radio-astronomy applications do this as well. Both
usrp_ra_receiver.py and usrp_psr_receiver.py
do this.
Il giorno mer, 29/11/2006 alle 18.49 -0800, Eric B. ha scritto:
Some question about the python flow_graph class.
Is it possible to:
- derive it?
Yes. Virtually every example does this
???
- connect the tail of a graph to the head of another one?
Generally you have only a single flow graph.
If you had more than one, they would not be connected.
If any graph is a thread, having some graphs means have a multithread
application. Why is not possible?
- make a 1-to-N connection?
If you mean may one output connect to multiple inputs, yes.
This is frequently done in the examples.
Davide A.
web: http://www.davideanastasia.com/
email: [email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs