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

mavlink / MAVSDK / 8192653292

07 Mar 2024 05:58PM UTC coverage: 36.352% (-0.002%) from 36.354%
8192653292

push

github

web-flow
set_system_status fix (#2241)

* set_system_status fix

* Style

* Remove logs

0 of 3 new or added lines in 1 file covered. (0.0%)

10081 of 27732 relevant lines covered (36.35%)

124.54 hits per line

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

37.5
/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) :
69✔
7
    _impl(std::make_unique<ServerComponentImpl>(mavsdk_impl, component_id))
69✔
8
{}
69✔
9

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

NEW
15
void ServerComponent::set_system_status(uint8_t system_status)
×
16
{
NEW
17
    _impl->set_system_status(system_status);
×
NEW
18
}
×
19

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