| 63 | } |
| 64 | |
| 65 | void 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 | |
| 74 | void ParameterPlugin::SetPluginLogger() { |
| 75 | SetLogger(aimrt::logger::LoggerRef( |