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
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

Revision as of 21:05, 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

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

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.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.