|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Implementation for serializing the simulation world to XML. More...
#include "xml_serializer.h"#include <ranges>#include "core/parameters.h"#include "core/world.h"#include "serial/libxml_wrapper.h"#include "xml_serializer_utils.h"
Include dependency graph for xml_serializer.cpp:Go to the source code of this file.
Namespaces | |
| namespace | serial |
Functions | |
| std::string | serial::world_to_xml_string (const core::World &world) |
| Serializes the entire simulation world into an XML formatted string. | |
Implementation for serializing the simulation world to XML.
This file acts as a facade, reading the global simulation parameters and delegating the object-by-object XML reconstruction to the utils layer.
Definition in file xml_serializer.cpp.