MCPcopy Create free account
hub / github.com/AimRT/AimRT / Shutdown

Method Shutdown

src/plugins/parameter_plugin/parameter_plugin.cc:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void ParameterPlugin::Shutdown() noexcept {
66 try {
67 if (!init_flag_) return;
68
69 } catch (const std::exception& e) {
70 AIMRT_ERROR("Shutdown failed, {}", e.what());
71 }
72}
73
74void ParameterPlugin::SetPluginLogger() {
75 SetLogger(aimrt::logger::LoggerRef(

Callers

nothing calls this directly

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected