#include <LinkSubtypes.hpp>
|
| std::vector< int > | link_idx |
| |
| std::vector< int > | curve |
| | Pump curve table index (-1 = ideal)
|
| |
| std::vector< uint8_t > | init_state |
| | Initial on/off (was vector<bool>)
|
| |
| std::vector< double > | startup |
| | Startup depth.
|
| |
| std::vector< double > | shutoff |
| | Shutoff depth.
|
| |
| std::vector< int > | curve_type |
| | Pump curve type (1-5, 6=ideal; -1 unset)
|
| |
◆ add_default()
| int openswmm::PumpData::add_default |
( |
int | i | ) |
|
|
inline |
◆ clear()
| void openswmm::PumpData::clear |
( |
| ) |
|
|
inlinenoexcept |
◆ count()
| int openswmm::PumpData::count |
( |
| ) |
const |
|
inlinenoexcept |
◆ erase_at()
| void openswmm::PumpData::erase_at |
( |
int | r | ) |
|
|
inline |
◆ reserve()
| void openswmm::PumpData::reserve |
( |
int | n | ) |
|
|
inline |
◆ curve
| std::vector<int> openswmm::PumpData::curve |
Pump curve table index (-1 = ideal)
◆ curve_type
| std::vector<int> openswmm::PumpData::curve_type |
Pump curve type (1-5, 6=ideal; -1 unset)
◆ init_state
| std::vector<uint8_t> openswmm::PumpData::init_state |
Initial on/off (was vector<bool>)
◆ link_idx
| std::vector<int> openswmm::PumpData::link_idx |
◆ shutoff
| std::vector<double> openswmm::PumpData::shutoff |
◆ startup
| std::vector<double> openswmm::PumpData::startup |
The documentation for this struct was generated from the following file:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/data/LinkSubtypes.hpp