Function rc_mav_print_msg_name#
Defined in File mavlink_udp.h
Function Documentation#
-
int rc_mav_print_msg_name(int msg_id)#
Prints to stdout a human-readable name for a message type.
- Parameters:
msg_id – [in] The message identifier to print
- Returns:
Returns 0 on success, or -1 on failure such as if msg_id is invalid.