OpenSWMM Engine  6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmm::transport::Cell Struct Reference

#include <TransportPolicy.hpp>

Collaboration diagram for openswmm::transport::Cell:

Public Attributes

CellState state = CellState::UNAVAILABLE
 
int count = 0
 rows of this class carried (0 unless ENABLED)
 
std::string reason
 key (DISABLED_BY_USER) or explanation (UNAVAILABLE); empty when ENABLED
 

Member Data Documentation

◆ count

int openswmm::transport::Cell::count = 0

rows of this class carried (0 unless ENABLED)

◆ reason

std::string openswmm::transport::Cell::reason

key (DISABLED_BY_USER) or explanation (UNAVAILABLE); empty when ENABLED

◆ state

CellState openswmm::transport::Cell::state = CellState::UNAVAILABLE

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