MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / get_fc_reported_rc_channels

Method get_fc_reported_rc_channels

OpenHD/ohd_interface/src/wb_link_helper.cpp:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444std::optional<std::array<int, 18>>
445openhd::wb::RCChannelHelper::get_fc_reported_rc_channels() {
446 std::lock_guard<std::mutex> guard(m_rc_channels_mutex);
447 return m_rc_channels;
448}
449
450void openhd::wb::RCChannelHelper::set_rc_channels(
451 const std::array<int, 18>& rc_channels) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected