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

mavlink / MAVSDK / 6739182515

02 Nov 2023 11:04PM UTC coverage: 36.952% (+5.7%) from 31.229%
6739182515

push

github

web-flow
Merge pull request #2060 from mavlink/pr-split-ftp

Split Ftp plugin into Ftp and FtpServer

2002 of 2573 new or added lines in 26 files covered. (77.81%)

3 existing lines in 3 files now uncovered.

9920 of 26846 relevant lines covered (36.95%)

112.43 hits per line

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

60.0
/src/mavsdk/core/server_component.cpp
1
#include "server_component_impl.h"
2
#include "mavsdk_impl.h"
3

4
namespace mavsdk {
5

6
ServerComponent::ServerComponent(MavsdkImpl& mavsdk_impl, uint8_t component_id) :
68✔
7
    _impl(std::make_unique<ServerComponentImpl>(mavsdk_impl, component_id))
68✔
8
{}
68✔
9

NEW
10
uint8_t ServerComponent::component_id() const
×
11
{
NEW
12
    return _impl->get_own_component_id();
×
13
}
14

15
} // 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

© 2025 Coveralls, Inc