• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mavlink / MAVSDK / 4578731844

pending completion
4578731844

push

github

GitHub
Merge pull request #2012 from mavlink/rename-parent

885 of 885 new or added lines in 31 files covered. (100.0%)

7416 of 24250 relevant lines covered (30.58%)

21.54 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/mavsdk/core/plugin_impl_base.cpp
1
#include "system.h"
2
#include "plugin_impl_base.h"
3

4
namespace mavsdk {
5

6
PluginImplBase::PluginImplBase(System& system) : _system_impl(system.system_impl()) {}
×
7
PluginImplBase::PluginImplBase(std::shared_ptr<System> system) : _system_impl(system->system_impl())
7✔
8
{}
7✔
9

10
} // namespace mavsdk
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc