OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::gpkg::formats::RoutingInterfaceRow Struct Reference

One per-object record in a routing interface file. More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::RoutingInterfaceRow:

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
 

Detailed Description

One per-object record in a routing interface file.

Member Data Documentation

◆ flow_value

double openswmm::gpkg::formats::RoutingInterfaceRow::flow_value = 0.0

Flow (or rainfall) value.

◆ object_id

std::string openswmm::gpkg::formats::RoutingInterfaceRow::object_id

Node, subcatchment, or gage id.

◆ pollutant_values

std::vector<double> openswmm::gpkg::formats::RoutingInterfaceRow::pollutant_values

Pollutant concentrations parallel to pollutant_ids in the surrounding metadata struct.

◆ timestamp_oa

double openswmm::gpkg::formats::RoutingInterfaceRow::timestamp_oa = 0.0

The documentation for this struct was generated from the following file: