mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
fixes some old gnuradio definitions
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@395 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
24b107bf91
commit
180a1e3a46
@ -65,10 +65,10 @@ public:
|
|||||||
{
|
{
|
||||||
return item_size_;
|
return item_size_;
|
||||||
}
|
}
|
||||||
void connect(gr_top_block_sptr top_block);
|
void connect(gr::top_block_sptr top_block);
|
||||||
void disconnect(gr_top_block_sptr top_block);
|
void disconnect(gr::top_block_sptr top_block);
|
||||||
gr_basic_block_sptr get_left_block();
|
gr::basic_block_sptr get_left_block();
|
||||||
gr_basic_block_sptr get_right_block();
|
gr::basic_block_sptr get_right_block();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string role_;
|
std::string role_;
|
||||||
|
Loading…
Reference in New Issue
Block a user