MAV'RIC
Public Attributes | List of all members
mavlink_message_handler_msg_callback_t Struct Reference

Message callback. More...

#include <mavlink_message_handler.h>

Collaboration diagram for mavlink_message_handler_msg_callback_t:
Collaboration graph

Public Attributes

const uint32_t * sys_id
 Pointer to the system ID.
 
uint8_t message_id
 The function will be called only for messages with ID message_id.
 
uint8_t sysid_filter
 The function will be called only for messages coming from MAVs with ID sysid_filter (0 for all)
 
mav_component_t compid_filter
 The function will be called only for messages coming from component compid_filter (0 for all)
 
mavlink_msg_callback_function_t function
 Pointer to the function to be executed.
 
handling_module_struct_t module_struct
 Pointer to module data structure to be given as argument to the function.
 

Detailed Description

Message callback.


The documentation for this struct was generated from the following file: