![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Built-in report plugin that writes the legacy SWMM .rpt summary. More...
#include "../../../include/openswmm/plugin_sdk/IReportPlugin.hpp"#include <ctime>#include <string>Go to the source code of this file.
Classes | |
| class | openswmm::DefaultReportPlugin |
| Default report plugin: writes SWMM 5.x compatible .rpt report file. More... | |
Namespaces | |
| namespace | openswmm |
Built-in report plugin that writes the legacy SWMM .rpt summary.
DefaultReportPlugin wraps the legacy src/solver/report.c summary report writer via the IReportPlugin interface. It is automatically registered by SWMMEngine::start() when a non-empty rpt_path is given.