Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mavlink_msg_req Struct Reference

Structure to submit a callback. More...

#include <mavlink_decoder.h>

+ Collaboration diagram for mavlink_msg_req:

Data Fields

uint8_t msg_id
 Requested message ID. More...
 
struct mavlink_message msg
 Mavlink message. More...
 
void(* callback )(struct mavlink_message *msg)
 Callback function. More...
 
struct mavlink_msg_reqnext
 

Detailed Description

Structure to submit a callback.

Definition at line 131 of file mavlink_decoder.h.

Field Documentation

void(* mavlink_msg_req::callback)(struct mavlink_message *msg)

Callback function.

Definition at line 134 of file mavlink_decoder.h.

Referenced by mavlink_parse_payload(), and px4flow_init().

struct mavlink_message mavlink_msg_req::msg

Mavlink message.

Definition at line 133 of file mavlink_decoder.h.

Referenced by mavlink_parse_payload(), and px4flow_init().

uint8_t mavlink_msg_req::msg_id

Requested message ID.

Definition at line 132 of file mavlink_decoder.h.

Referenced by mavlink_parse_payload(), and px4flow_init().

struct mavlink_msg_req* mavlink_msg_req::next

Definition at line 135 of file mavlink_decoder.h.

Referenced by mavlink_parse_payload(), and mavlink_register_msg().


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