![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Section handlers for [STREETS], [INLETS], [INLET_USAGE], [ADJUSTMENTS], [EVENTS]. More...
#include "InfraHandler.hpp"#include "../Tokenizer.hpp"#include "../../core/SimulationContext.hpp"#include "../InputParseUtils.hpp"#include "../../core/DateTime.hpp"#include <algorithm>#include <charconv>Namespaces | |
| namespace | openswmm |
| namespace | openswmm::input |
Functions | |
| void | openswmm::input::handle_streets (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [STREETS] — fills ctx.streets. | |
| void | openswmm::input::handle_inlets (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [INLETS] — fills ctx.inlets. | |
| void | openswmm::input::handle_inlet_usage (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [INLET_USAGE] — fills ctx.inlet_usages. | |
| void | openswmm::input::handle_adjustments (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [ADJUSTMENTS] — fills climate adjustment arrays. | |
| void | openswmm::input::handle_events (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [EVENTS] — fills ctx.events. | |
Section handlers for [STREETS], [INLETS], [INLET_USAGE], [ADJUSTMENTS], [EVENTS].