|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
HarmonyUI launcher: pick examples/JSON, run solvers, optional plots and PNG export. More...
#include "harmony_launcher.h"#include "Constants.h"#include "cli.h"#include "ui/harmony_banner_gui.h"#include "log_capture.h"#include "Solver/Helper_Functions/Visualization.h"#include <algorithm>#include <atomic>#include <cctype>#include <chrono>#include <cstdlib>#include <cstring>#include <deque>#include <filesystem>#include <future>#include <mutex>#include <optional>#include <thread>
Functions | |
| int | runHarmonyLauncher (int argc, char *argv[]) |
| Run the HarmonyUI launcher until the user closes the window. | |
HarmonyUI launcher: pick examples/JSON, run solvers, optional plots and PNG export.
| int runHarmonyLauncher | ( | int | argc, |
| char * | argv[] | ||
| ) |
Run the HarmonyUI launcher until the user closes the window.
References harmonyConfigurePlotUi(), harmonyInitBannerFont(), initCliPaths(), kHarmonyLauncherBannerFontSizePx, visualization_process_pending_save(), visualization_set_embedded_mode(), and visualization_stop().
Referenced by main().