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::RoutingInterfaceMetadata Struct Reference

Header / metadata captured at the top of a routing interface file. More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::RoutingInterfaceMetadata:

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).
 

Detailed Description

Header / metadata captured at the top of a routing interface file.

Member Data Documentation

◆ flow_units

std::string openswmm::gpkg::formats::RoutingInterfaceMetadata::flow_units

e.g. "CFS", "CMS", ...

◆ object_ids

std::vector<std::string> openswmm::gpkg::formats::RoutingInterfaceMetadata::object_ids

Object ids declared in the header (node ids for INFLOWS/OUTFLOWS/RDII).

◆ pollutant_ids

std::vector<std::string> openswmm::gpkg::formats::RoutingInterfaceMetadata::pollutant_ids

Pollutant ids in file order (column order matches RoutingInterfaceRow::pollutant_values).

◆ pollutant_units

std::vector<std::string> openswmm::gpkg::formats::RoutingInterfaceMetadata::pollutant_units

Pollutant units in file order (parallel to pollutant_ids).

◆ report_step_sec

int openswmm::gpkg::formats::RoutingInterfaceMetadata::report_step_sec = 0

◆ title

std::string openswmm::gpkg::formats::RoutingInterfaceMetadata::title

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