This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_mav_print_msg_name

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.