48 const std::string& role,
unsigned int in_stream,
51 ~LabsatSignalSource() =
default;
53 inline size_t item_size()
override
58 size_t getRfChannels()
const override;
59 void connect(gr::top_block_sptr top_block)
override;
60 void disconnect(gr::top_block_sptr top_block)
override;
61 gr::basic_block_sptr get_left_block()
override;
62 gr::basic_block_sptr get_right_block()
override;
63 gr::basic_block_sptr get_right_block(
int i)
override;
66 gr::block_sptr labsat23_source_;
67 std::vector<gr::blocks::file_sink::sptr> file_sink_;
68 std::vector<gr::blocks::throttle::sptr> throttle_;
69 std::vector<int> channels_selector_vec_;
71 std::string item_type_;
72 std::string filename_;
73 std::string dump_filename_;
77 unsigned int in_stream_;
78 unsigned int out_stream_;
80 bool enable_throttle_control_;