mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Return back init() to connect()
This commit is contained in:
parent
03e53477c7
commit
9403560427
@ -65,8 +65,6 @@ FileSourceBase::FileSourceBase(ConfigurationInterface const* configuration, std:
|
||||
{
|
||||
filename_ = FLAGS_s;
|
||||
}
|
||||
|
||||
init();
|
||||
}
|
||||
|
||||
|
||||
@ -104,6 +102,7 @@ void FileSourceBase::init()
|
||||
|
||||
void FileSourceBase::connect(gr::top_block_sptr top_block)
|
||||
{
|
||||
init();
|
||||
pre_connect_hook(top_block);
|
||||
|
||||
auto input = gr::basic_block_sptr();
|
||||
|
Loading…
Reference in New Issue
Block a user