![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
One plugin entry from the [PLUGINS] section. More...
#include <SimulationContext.hpp>
Public Attributes | |
| std::string | path |
| Shared library path. | |
| std::vector< std::string > | init_args |
| Extra tokens from the [PLUGINS] row. | |
One plugin entry from the [PLUGINS] section.
path is the shared library path (.so/.dylib/.dll). init_args are the remaining tokens on the same line, passed verbatim to IOutputPlugin::initialize() / IReportPlugin::initialize().
| std::vector<std::string> openswmm::PluginSpec::init_args |
Extra tokens from the [PLUGINS] row.
| std::string openswmm::PluginSpec::path |
Shared library path.