Re: [Discuss-gnuradio] question about headr_payload_demux module

2014-08-10 Thread Tiankun Hu
Hi Martin, I mean maybe need add "nread += trigger_offset;" in line 235 to void first header check failed. 在 2014年08月10日 23:04, Martin Braun 写道: On 10.08.2014 10:21, Tiankun Hu wrote: Hi all, I am reading "header_payload_demux" module, I have some questions about it. 1, in "header_payload_dem

Re: [Discuss-gnuradio] question about headr_payload_demux module

2014-08-10 Thread Martin Braun
On 10.08.2014 10:21, Tiankun Hu wrote: 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 fa

[Discuss-gnuradio] question about headr_payload_demux module

2014-08-10 Thread Tiankun Hu
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 c