|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Implementation of the command-line argument parser for the application. More...
#include "arg_parser.h"#include <algorithm>#include <exception>#include <filesystem>#include <iostream>#include <unordered_map>#include <utility>#include <vector>
Include dependency graph for arg_parser.cpp:Go to the source code of this file.
Namespaces | |
| namespace | core |
Functions | |
| void | core::showHelp (const char *programName) noexcept |
| Displays the help message. | |
| void | core::showVersion () noexcept |
| Displays the version information. | |
| std::expected< Config, std::string > | core::parseArguments (int argc, char *argv[]) noexcept |
| Parses command-line arguments. | |
Implementation of the command-line argument parser for the application.
Definition in file arg_parser.cpp.