OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
DefaultReportPlugin.hpp File Reference

Built-in report plugin that writes the legacy SWMM .rpt summary. More...

#include "../../../include/openswmm/plugin_sdk/IReportPlugin.hpp"
#include <ctime>
#include <string>
Include dependency graph for DefaultReportPlugin.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
IReportPlugin.hpp
src/solver/report.c — legacy report writer
docs/MASTER_IMPLEMENTATION_PLAN.md Phase 4, R16
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License