![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
[PROCESS_COMPONENTS] section handler (Unified Transport suite, D-UT8). More...
#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::input |
Functions | |
| void | openswmm::input::handle_process_components (SimulationContext &ctx, const std::vector< std::string > &lines) |
[PROCESS_COMPONENTS] section handler (Unified Transport suite, D-UT8).
Row format (whitespace delimited, [PLUGINS]-style):
The first token is the component id (or, reserved for phase HC2, a shared library path). Remaining tokens are key="value" pairs; config= names the component's external configuration file, resolved relative to the parent .inp at open() (the [2D_MESH_FILE] path rules). Registration implies enablement; resolution and config delivery happen in SWMMEngine::open() via plugins/ProcessComponentRegistry.