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

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>
Include dependency graph for InfraHandler.cpp:

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.
 

Detailed Description

Section handlers for [STREETS], [INLETS], [INLET_USAGE], [ADJUSTMENTS], [EVENTS].

See also
InfraHandler.hpp
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License