|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Header file for parsing XML configuration files for simulation. More...
#include <random>#include <string>
Include dependency graph for xml_parser.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | core |
| 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, World *world, const bool validate, std::mt19937 &masterSeeder) |
Header file for parsing XML configuration files for simulation.
Definition in file xml_parser.h.