Talk:File Meta Sink: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "I noticed the source files point to the file sink block and not the file meta sink block. For example the markdown shows ; C++ files : [https://github.com/gnuradio/gnuradio/bl...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
I noticed the source files point to the file sink block and not the file meta sink block. For example the markdown shows
I noticed the source files point to the file sink block and not the file meta sink block. For example the markdown shows
; C++ files
 
: [https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_sink_impl.cc]
* https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_sink_impl.cc
: [https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_sink_base.cc]
* https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_sink_base.cc


But not
But not
https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_meta_sink_impl.cc
* https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_meta_sink_impl.cc
https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_meta_sink_impl.h
* https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_meta_sink_impl.h
https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/include/gnuradio/blocks/file_meta_sink.h
* https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/include/gnuradio/blocks/file_meta_sink.h


Is this section of the Wiki autogenerated? If not I'll  add the meta sink files. Also I could not find references in the meta sink code to file_sink_impl.cc or file_sink_base.cc so I would remove those links.
Is this section of the Wiki autogenerated? If not I'll  add the meta sink files. Also I could not find references in the meta sink code to file_sink_impl.cc or file_sink_base.cc so I would remove those links.

Latest revision as of 21:08, 10 May 2021

I noticed the source files point to the file sink block and not the file meta sink block. For example the markdown shows

But not

Is this section of the Wiki autogenerated? If not I'll add the meta sink files. Also I could not find references in the meta sink code to file_sink_impl.cc or file_sink_base.cc so I would remove those links.