mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Various improvements
This commit is contained in:
parent
74df292829
commit
edaac9e2bf
6 changed files with 13 additions and 14 deletions
|
|
@ -44,6 +44,8 @@ namespace satdump
|
|||
|
||||
void OffProcessingHandler::process(pipeline::Pipeline downlink_pipeline, std::string input_level, std::string input_file, std::string output_file, nlohmann::json parameters)
|
||||
{
|
||||
eventBus->fire_event<SetIsProcessingEvent>({});
|
||||
|
||||
pipeline_name = downlink_pipeline.name;
|
||||
|
||||
logger->info("Starting processing pipeline " + downlink_pipeline.id + "...");
|
||||
|
|
@ -89,6 +91,8 @@ namespace satdump
|
|||
}
|
||||
|
||||
pipeline_name = "PROCESSING_DONE"; // TODOREWORK MASSIVE HACK!
|
||||
|
||||
eventBus->fire_event<SetIsDoneProcessingEvent>({});
|
||||
}
|
||||
|
||||
void OffProcessingHandler::drawMenu() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue