32#ifndef OPENSWMM_GEOPACKAGE_INPUT_PLUGIN_HPP
33#define OPENSWMM_GEOPACKAGE_INPUT_PLUGIN_HPP
47 int initialize(
const std::vector<std::string>& init_args,
78 return error_msg_.c_str();
83 std::string error_msg_;
84 std::string simulation_id_ =
"default";
Describes a plugin component: metadata, capabilities, and factory methods.
Definition IPluginComponentInfo.hpp:195
PluginState
Plugin lifecycle states.
Definition PluginState.hpp:83
@ UNLOADED
Library not yet loaded (or was closed).
Definition PluginState.hpp:84
Definition ExternalContentReader.cpp:49
Central, reentrant simulation context.
Definition SimulationContext.hpp:353