1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 02:33:03 +00:00

merging next

This commit is contained in:
Carles Fernandez
2015-02-27 17:37:42 +01:00
42 changed files with 1816 additions and 315 deletions

View File

@@ -109,14 +109,16 @@ Pass_Through::~Pass_Through()
void Pass_Through::connect(gr::top_block_sptr top_block)
{
DLOG(INFO) << "nothing to connect internally";
if(top_block) { /* top_block is not null */};
DLOG(INFO) << "nothing to connect internally";
}
void Pass_Through::disconnect(gr::top_block_sptr top_block)
{
// Nothing to disconnect
if(top_block) { /* top_block is not null */};
// Nothing to disconnect
}