PX4 Firmware
PX4 Autopilot Software http://px4.io
ulog_stream.h File Reference
#include <uORB/uORB.h>
Include dependency graph for ulog_stream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ulog_stream_s
 

Macros

#define ULOG_STREAM_FLAGS_NEED_ACK   1
 
#define ULOG_STREAM_ORB_QUEUE_LENGTH   14
 

Functions

 ORB_DECLARE (ulog_stream)
 

Macro Definition Documentation

◆ ULOG_STREAM_FLAGS_NEED_ACK

#define ULOG_STREAM_FLAGS_NEED_ACK   1

Definition at line 44 of file ulog_stream.h.

◆ ULOG_STREAM_ORB_QUEUE_LENGTH

#define ULOG_STREAM_ORB_QUEUE_LENGTH   14

Definition at line 45 of file ulog_stream.h.

Function Documentation

◆ ORB_DECLARE()

ORB_DECLARE ( ulog_stream  )