![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Section handlers for [TIMESERIES] and [CURVES]. More...
#include "TablesHandler.hpp"#include "../Tokenizer.hpp"#include "../../core/SimulationContext.hpp"#include "../../core/DateTime.hpp"#include "../../data/TableData.hpp"#include "../../core/charconv_compat.hpp"#include <charconv>#include <string>#include <unordered_map>Namespaces | |
| namespace | openswmm |
| namespace | openswmm::input |
Functions | |
| void | openswmm::input::handle_timeseries (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [TIMESERIES] into TableData + table_names. | |
| void | openswmm::input::handle_curves (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [CURVES] into TableData + table_names. | |
Section handlers for [TIMESERIES] and [CURVES].