![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
#include <ProcessComponentRegistry.hpp>
Public Attributes | |
| std::string | description |
| short human-readable description | |
| std::string | pending_phase |
| non-empty ⇒ planned, not yet implemented | |
| ComponentConfigApply | apply |
| ComponentConfigSave | save |
| ComponentConfigApply openswmm::components::ProcessComponentEntry::apply |
null for planned entries
| std::string openswmm::components::ProcessComponentEntry::description |
short human-readable description
| std::string openswmm::components::ProcessComponentEntry::pending_phase |
non-empty ⇒ planned, not yet implemented
| ComponentConfigSave openswmm::components::ProcessComponentEntry::save |
IO3a. Null until a component implements serialization; the writer then falls back to copying, so components can adopt this ONE AT A TIME without any intermediate state losing data.