NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
__mavlink_status Struct Reference

#include <mavlink_types.h>

Data Fields

uint8_t msg_received
 Number of received messages. More...
 
uint8_t buffer_overrun
 Number of buffer overruns. More...
 
uint8_t parse_error
 Number of parse errors. More...
 
mavlink_parse_state_t parse_state
 Parsing state machine. More...
 
uint8_t packet_idx
 Index in current packet. More...
 
uint8_t current_rx_seq
 Sequence number of last packet received. More...
 
uint8_t current_tx_seq
 Sequence number of last packet sent. More...
 
uint16_t packet_rx_success_count
 Received packets. More...
 
uint16_t packet_rx_drop_count
 Number of packet drops. More...
 

Field Documentation

uint8_t __mavlink_status::buffer_overrun

Number of buffer overruns.

uint8_t __mavlink_status::current_rx_seq

Sequence number of last packet received.

uint8_t __mavlink_status::current_tx_seq

Sequence number of last packet sent.

uint8_t __mavlink_status::msg_received

Number of received messages.

uint8_t __mavlink_status::packet_idx

Index in current packet.

uint16_t __mavlink_status::packet_rx_drop_count

Number of packet drops.

uint16_t __mavlink_status::packet_rx_success_count

Received packets.

uint8_t __mavlink_status::parse_error

Number of parse errors.

mavlink_parse_state_t __mavlink_status::parse_state

Parsing state machine.


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