![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
One entry per control rule action that changed a link setting. More...
#include <SimulationContext.hpp>
Public Attributes | |
| int | link_idx |
| Index of the link whose setting changed. | |
| std::string | rule_name |
| Name of the rule that triggered the change. | |
| double | new_setting |
| The new target setting value (0-1) | |
| double | date |
| OADate when the change occurred. | |
One entry per control rule action that changed a link setting.
| double openswmm::SimulationContext::ControlLogEntry::date |
OADate when the change occurred.
| int openswmm::SimulationContext::ControlLogEntry::link_idx |
Index of the link whose setting changed.
| double openswmm::SimulationContext::ControlLogEntry::new_setting |
The new target setting value (0-1)
| std::string openswmm::SimulationContext::ControlLogEntry::rule_name |
Name of the rule that triggered the change.