![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Header / metadata captured at the top of a routing interface file. More...
#include <FormatTypes.hpp>
Public Attributes | |
| std::string | title |
| int | report_step_sec = 0 |
| std::string | flow_units |
| std::vector< std::string > | pollutant_ids |
| Pollutant ids in file order (column order matches RoutingInterfaceRow::pollutant_values). | |
| std::vector< std::string > | pollutant_units |
| Pollutant units in file order (parallel to pollutant_ids). | |
| std::vector< std::string > | object_ids |
| Object ids declared in the header (node ids for INFLOWS/OUTFLOWS/RDII). | |
Header / metadata captured at the top of a routing interface file.
| std::string openswmm::gpkg::formats::RoutingInterfaceMetadata::flow_units |
e.g. "CFS", "CMS", ...
| std::vector<std::string> openswmm::gpkg::formats::RoutingInterfaceMetadata::object_ids |
Object ids declared in the header (node ids for INFLOWS/OUTFLOWS/RDII).
| std::vector<std::string> openswmm::gpkg::formats::RoutingInterfaceMetadata::pollutant_ids |
Pollutant ids in file order (column order matches RoutingInterfaceRow::pollutant_values).
| std::vector<std::string> openswmm::gpkg::formats::RoutingInterfaceMetadata::pollutant_units |
Pollutant units in file order (parallel to pollutant_ids).
| int openswmm::gpkg::formats::RoutingInterfaceMetadata::report_step_sec = 0 |
| std::string openswmm::gpkg::formats::RoutingInterfaceMetadata::title |