Use JSON all the way for module parameters

This commit is contained in:
Aang23 2021-11-03 20:44:23 +01:00
parent 84e2c9dcc5
commit 5941bb80f7
207 changed files with 995 additions and 1000 deletions

View file

@ -14,7 +14,7 @@ namespace processing
std::string input_file,
std::string output_level,
std::string output_file,
std::map<std::string, std::string> parameters)
nlohmann::json parameters)
{
satdumpUiStatus = OFFLINE_PROCESSING;