|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Implementation file for parsing XML configuration files for simulation. More...
#include "xml_parser.h"#include <filesystem>#include "core/logging.h"#include "core/parameters.h"#include "core/world.h"#include "libxml_wrapper.h"#include "xml_parser_utils.h"
Include dependency graph for xml_parser.cpp:Go to the source code of this file.
Namespaces | |
| namespace | serial |
Functions | |
| void | serial::parseSimulation (const std::string &filename, core::World *world, bool validate, std::mt19937 &masterSeeder) |
| Parses a simulation configuration from an XML file. | |
| void | serial::parseSimulationFromString (const std::string &xmlContent, core::World *world, bool validate, std::mt19937 &masterSeeder) |
| Parses a simulation configuration directly from an XML string in memory. | |
Implementation file for parsing XML configuration files for simulation.
Definition in file xml_parser.cpp.