OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches

One plugin entry from the [PLUGINS] section. More...

#include <SimulationContext.hpp>

Collaboration diagram for openswmm::PluginSpec:

Public Attributes

std::string path
 Shared library path.
 
std::vector< std::string > init_args
 Extra tokens from the [PLUGINS] row.
 

Detailed Description

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().

Member Data Documentation

◆ init_args

std::vector<std::string> openswmm::PluginSpec::init_args

Extra tokens from the [PLUGINS] row.

◆ path

std::string openswmm::PluginSpec::path

Shared library path.


The documentation for this struct was generated from the following file: