OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
PluginsHandler.hpp
Go to the documentation of this file.
1
30#ifndef OPENSWMM_ENGINE_PLUGINS_HANDLER_HPP
31#define OPENSWMM_ENGINE_PLUGINS_HANDLER_HPP
32
33#include <vector>
34#include <string>
35
36namespace openswmm { struct SimulationContext; }
37
38namespace openswmm::input {
39
43void handle_plugins(SimulationContext& ctx, const std::vector<std::string>& lines);
44
45} /* namespace openswmm::input */
46
47#endif /* OPENSWMM_ENGINE_PLUGINS_HANDLER_HPP */
Definition CatchmentHandler.cpp:44
void handle_plugins(SimulationContext &ctx, const std::vector< std::string > &lines)
Parse [PLUGINS] into ctx.plugin_specs.
Definition PluginsHandler.cpp:30
Definition Controls.cpp:24