![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
[PLUGINS] section handler — parses plugin library specs (Phase 4, R12). More...
#include "PluginsHandler.hpp"#include "../Tokenizer.hpp"#include "../../core/SimulationContext.hpp"Namespaces | |
| namespace | openswmm |
| namespace | openswmm::input |
Functions | |
| void | openswmm::input::handle_plugins (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [PLUGINS] into ctx.plugin_specs. | |
[PLUGINS] section handler — parses plugin library specs (Phase 4, R12).
Row format:
First token = shared library path. Remaining tokens = init_args passed to IOutputPlugin::initialize().