| 72 | } |
| 73 | |
| 74 | void ParameterPlugin::SetPluginLogger() { |
| 75 | SetLogger(aimrt::logger::LoggerRef( |
| 76 | core_ptr_->GetLoggerManager().GetLoggerProxy().NativeHandle())); |
| 77 | } |
| 78 | |
| 79 | void ParameterPlugin::RegisterRpcService() { |
| 80 | service_ptr_ = std::make_unique<ParameterServiceImpl>(); |
nothing calls this directly
no test coverage detected