16#ifndef OPENSWMM_GEOPACKAGE_INPUT_PLUGIN_HPP
17#define OPENSWMM_GEOPACKAGE_INPUT_PLUGIN_HPP
31 int initialize(
const std::vector<std::string>& init_args,
62 return error_msg_.c_str();
67 std::string error_msg_;
68 std::string simulation_id_ =
"default";
Describes a plugin component: metadata, capabilities, and factory methods.
Definition IPluginComponentInfo.hpp:179
PluginState
Plugin lifecycle states.
Definition PluginState.hpp:67
@ UNLOADED
Library not yet loaded (or was closed).
Definition GeoPackageInputPlugin.cpp:15
Central, reentrant simulation context.
Definition SimulationContext.hpp:274