discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] question about headr_payload_demux module


From: Tiankun Hu
Subject: [Discuss-gnuradio] question about headr_payload_demux module
Date: Sun, 10 Aug 2014 16:21:22 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi all,
I am reading "header_payload_demux" module, I have some questions about it.
1, in "header_payload_demux_impl.cc" line 235, seems need update nread's value
        nread += trigger_offset;
I think without this update, the first header will check failed, if input data not include complete "d_header_len" ofdm symbols

2, why in "case STATE_HEADER_RX_FAIL:" line 218, need consume one input item?

3, does the control message's handler function can disturb "general_work"(like a soft interrupt)?, or these handler only run before/after "general_work".

--
Thanks
Tiankun





reply via email to

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