discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Pad block in ieee802_15_4_mac block


From: Ruecan
Subject: [Discuss-gnuradio] Pad block in ieee802_15_4_mac block
Date: Mon, 24 Mar 2014 14:12:39 -0700 (PDT)

Hello GR,

How can I have a file source connected as a pad source to an hierarchical
block ?
More precisely, I have for example the hierarchical block ieee802_15_4_mac,
and instead of feeding the block in input with a socket pdu block I want to
connect it to a file source and broadcast a word,

#self.msg_connect(self.gr_socket_pdu_0, "pdus", self.ieee802_15_4_mac_0,
"app in") # this is OK
self.msg_connect(self.blocks_file_source_0, "source" ,
self.ieee802_15_4_mac_0, "app in")     #this is not OK 

Regards,



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Pad-block-in-ieee802-15-4-mac-block-tp47166.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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