mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Use JSON all the way for module parameters
This commit is contained in:
parent
84e2c9dcc5
commit
5941bb80f7
207 changed files with 995 additions and 1000 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue