43 const std::string& role,
unsigned int in_stream,
46 ~SignalGenerator() =
default;
48 inline std::string role()
override
58 return "GNSSSignalGenerator";
61 inline size_t item_size()
override
66 void connect(gr::top_block_sptr top_block)
override;
67 void disconnect(gr::top_block_sptr top_block)
override;
68 gr::basic_block_sptr get_left_block()
override;
69 gr::basic_block_sptr get_right_block()
override;
72 gnss_shared_ptr<gr::block> gen_source_;
73 gr::blocks::vector_to_stream::sptr vector_to_stream_;
74 gr::blocks::file_sink::sptr file_sink_;
76 std::string item_type_;
77 std::string dump_filename_;
79 unsigned int in_stream_;
80 unsigned int out_stream_;