MAV'RIC
|
Main structure for the MAVLink stream module. More...
#include <mavlink_stream.h>
Public Attributes | |
byte_stream_t * | tx |
Output stream. | |
byte_stream_t * | rx |
Input stream. | |
uint32_t | sysid |
System ID. | |
uint32_t | compid |
System Component ID. | |
mavlink_received_t | rec |
Last received message. | |
bool | msg_available |
Indicates if a new message is available and not handled yet. | |
bool | use_dma |
Indicates whether tx transfer should use dma. | |
Main structure for the MAVLink stream module.