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

Top-N element statistic entry (matching legacy TMaxStats). More...

#include <SimulationContext.hpp>

Collaboration diagram for openswmm::SimulationContext::MaxStats:

Public Attributes

int obj_type = -1
 0 = NODE, 1 = LINK
 
int index = -1
 element index (-1 = unused slot)
 
double value = 0.0
 statistic value (percentage or index)
 

Detailed Description

Top-N element statistic entry (matching legacy TMaxStats).

Member Data Documentation

◆ index

int openswmm::SimulationContext::MaxStats::index = -1

element index (-1 = unused slot)

◆ obj_type

int openswmm::SimulationContext::MaxStats::obj_type = -1

0 = NODE, 1 = LINK

◆ value

double openswmm::SimulationContext::MaxStats::value = 0.0

statistic value (percentage or index)


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