![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
One per-object record in a routing interface file. More...
#include <FormatTypes.hpp>
Public Attributes | |
| std::string | object_id |
| Node, subcatchment, or gage id. | |
| double | timestamp_oa = 0.0 |
| double | flow_value = 0.0 |
| std::vector< double > | pollutant_values |
One per-object record in a routing interface file.
| double openswmm::gpkg::formats::RoutingInterfaceRow::flow_value = 0.0 |
Flow (or rainfall) value.
| std::string openswmm::gpkg::formats::RoutingInterfaceRow::object_id |
Node, subcatchment, or gage id.
| std::vector<double> openswmm::gpkg::formats::RoutingInterfaceRow::pollutant_values |
Pollutant concentrations parallel to pollutant_ids in the surrounding metadata struct.
| double openswmm::gpkg::formats::RoutingInterfaceRow::timestamp_oa = 0.0 |