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

One row of a timeseries (SWMM-native text format). More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::TimeseriesRow:

Public Attributes

double timestamp_oa = 0.0
 OADate-encoded timestamp (decimal days since 12/30/1899).
 
double value = 0.0
 Sample value.
 

Detailed Description

One row of a timeseries (SWMM-native text format).

Member Data Documentation

◆ timestamp_oa

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

OADate-encoded timestamp (decimal days since 12/30/1899).

◆ value

double openswmm::gpkg::formats::TimeseriesRow::value = 0.0

Sample value.


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