gnuradio.blocks: Message Tools

gnuradio.blocks.message_burst_source(size_t itemsize, int msgq_limit) → sptr

make(size_t itemsize, sptr msgq) -> sptr

message_burst_source_sptr.active_thread_priority(self) → int
message_burst_source_sptr.msgq(self) → sptr
message_burst_source_sptr.set_thread_priority(self, int priority) → int
message_burst_source_sptr.thread_priority(self) → int
gnuradio.blocks.message_debug() → sptr
message_debug_sptr.active_thread_priority(self) → int
message_debug_sptr.get_message(self, int i) → pmt_t
message_debug_sptr.num_messages(self) → int
message_debug_sptr.set_thread_priority(self, int priority) → int
message_debug_sptr.thread_priority(self) → int
gnuradio.blocks.message_sink(size_t itemsize, sptr msgq, bool dont_block) → sptr

make(size_t itemsize, sptr msgq, bool dont_block, string lengthtagname) -> sptr

message_sink_sptr.active_thread_priority(self) → int
message_sink_sptr.set_thread_priority(self, int priority) → int
message_sink_sptr.thread_priority(self) → int
gnuradio.blocks.message_source(size_t itemsize, int msgq_limit = 0) → sptr

make(size_t itemsize, sptr msgq) -> sptr make(size_t itemsize, sptr msgq, string lengthtagname) -> sptr

message_source_sptr.active_thread_priority(self) → int
message_source_sptr.msgq(self) → sptr
message_source_sptr.set_thread_priority(self, int priority) → int
message_source_sptr.thread_priority(self) → int
gnuradio.blocks.message_strobe(pmt_t msg, float period_ms) → sptr
message_strobe_sptr.active_thread_priority(self) → int
message_strobe_sptr.msg(self) → pmt_t
message_strobe_sptr.period(self) → float
message_strobe_sptr.set_msg(self, pmt_t msg)
message_strobe_sptr.set_period(self, float period_ms)
message_strobe_sptr.set_thread_priority(self, int priority) → int
message_strobe_sptr.thread_priority(self) → int
gnuradio.blocks.pdu_to_tagged_stream(vector_type type, string lengthtagname = "packet_len") → sptr
pdu_to_tagged_stream_sptr.active_thread_priority(self) → int
pdu_to_tagged_stream_sptr.set_thread_priority(self, int priority) → int
pdu_to_tagged_stream_sptr.thread_priority(self) → int
gnuradio.blocks.random_pdu(int mintime, int maxtime) → sptr
random_pdu_sptr.active_thread_priority(self) → int
random_pdu_sptr.set_thread_priority(self, int priority) → int
random_pdu_sptr.thread_priority(self) → int
gnuradio.blocks.tagged_stream_to_pdu(vector_type type, string lengthtagname = "packet_len") → sptr
tagged_stream_to_pdu_sptr.active_thread_priority(self) → int
tagged_stream_to_pdu_sptr.set_thread_priority(self, int priority) → int
tagged_stream_to_pdu_sptr.thread_priority(self) → int

Previous topic

gnuradio.blocks: File Operators

Next topic

gnuradio.blocks: Waveform Generators

This Page