PX4 Firmware
PX4 Autopilot Software http://px4.io
mavlink_logbuffer Struct Reference

#include <mavlink_log.h>

Collaboration diagram for mavlink_logbuffer:

Public Attributes

unsigned int start
 
unsigned int size
 
int count
 
struct mavlink_logmessageelems
 

Detailed Description

Definition at line 137 of file mavlink_log.h.

Member Data Documentation

◆ count

int mavlink_logbuffer::count

Definition at line 140 of file mavlink_log.h.

◆ elems

struct mavlink_logmessage* mavlink_logbuffer::elems

Definition at line 141 of file mavlink_log.h.

◆ size

unsigned int mavlink_logbuffer::size

Definition at line 139 of file mavlink_log.h.

◆ start

unsigned int mavlink_logbuffer::start

Definition at line 138 of file mavlink_log.h.


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