|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
#include "cli_paths.h"
Include dependency graph for cli_paths.cpp:Go to the source code of this file.
Namespaces | |
| namespace | core |
Functions | |
| std::filesystem::path | core::resolveOutputDir (const std::string &script_file, const std::optional< std::string > &output_dir) noexcept |
| Resolves the final simulation output directory from CLI arguments. | |
| std::filesystem::path | core::resolveKmlOutputPath (const std::string &script_file, const std::filesystem::path &final_output_dir, const std::optional< std::string > &kml_file) noexcept |
| Resolves the KML output file path from CLI arguments and output directory. | |