![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <Treatment.hpp>
Public Attributes | |
| TokenType | type = TokenType::NUMBER |
| double | value = 0.0 |
| For NUMBER tokens. | |
| TreatVar | var = TreatVar::C |
| For VARIABLE tokens. | |
| int | pollut_ref = -1 |
| Pollutant index for C_POLLUT/R_POLLUT. | |
| int openswmm::treatment::Token::pollut_ref = -1 |
Pollutant index for C_POLLUT/R_POLLUT.
| TokenType openswmm::treatment::Token::type = TokenType::NUMBER |
| double openswmm::treatment::Token::value = 0.0 |
For NUMBER tokens.
| TreatVar openswmm::treatment::Token::var = TreatVar::C |
For VARIABLE tokens.