Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ protocol_name
Method
protocol_name
libraries/AP_RCProtocol/AP_RCProtocol.cpp:644–647 ·
view source on GitHub ↗
return protocol name */
Source
from the content-addressed store, hash-verified
642
return protocol name
643
*/
644
const char *AP_RCProtocol::protocol_name(void) const
645
{
646
return protocol_name_from_protocol(_detected_protocol);
647
}
648
649
/*
650
add a uart to decode
Callers
5
_timer_tick
Method · 0.80
_timer_tick
Method · 0.80
protocol
Method · 0.80
check_result
Function · 0.80
rcin_update
Method · 0.80
Calls
no outgoing calls
Tested by
1
check_result
Function · 0.64