MCPcopy 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 */
644const 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_tickMethod · 0.80
_timer_tickMethod · 0.80
protocolMethod · 0.80
check_resultFunction · 0.80
rcin_updateMethod · 0.80

Calls

no outgoing calls

Tested by 1

check_resultFunction · 0.64