8 class SVISSRDecoderModule :
public satdump::pipeline::base::FileStreamToFileStreamModule
18 SVISSRDecoderModule(std::string input_file, std::string output_file_hint, nlohmann::json parameters);
19 ~SVISSRDecoderModule();
21 void drawUI(
bool window);
24 static std::string getID();
25 virtual std::string getIDM() {
return getID(); };
26 static nlohmann::json getParams() {
return {}; }
27 static std::shared_ptr<ProcessingModule> getInstance(std::string input_file, std::string output_file_hint, nlohmann::json parameters);