![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
SWMM-native timeseries text format — parser + materialiser. More...
#include "TimeseriesFormat.hpp"#include "../../../core/DateTime.hpp"#include <cstdio>#include <cstring>Namespaces | |
| namespace | openswmm |
| namespace | openswmm::gpkg |
| namespace | openswmm::gpkg::formats |
Functions | |
| FormatResult | openswmm::gpkg::formats::parseTimeseriesText (const std::string &path, std::vector< TimeseriesRow > &rows) |
Parse a SWMM-native timeseries text file at path into rows. | |
| FormatResult | openswmm::gpkg::formats::writeTimeseriesText (const std::string &path, const std::vector< TimeseriesRow > &rows) |
Write rows back to a SWMM-native timeseries text file at path. | |
SWMM-native timeseries text format — parser + materialiser.