|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Pipeline: the top-level bin that runs a graph. More...
#include <stdint.h>#include <zephyr/net_buf.h>#include <zephyr/sys/atomic.h>#include <zephyr/zbus/zbus.h>#include <zephyr/mpipe/mpipe_bin.h>#include <zephyr/mpipe/mpipe_message.h>#include <zephyr/mpipe/mpipe_thread.h>Go to the source code of this file.
Data Structures | |
| struct | mpipe |
| A pipeline: the top-level bin that runs a graph. More... | |
Enumerations | |
| enum | mpipe_prop_pipeline { MPIPE_PROP_PIPELINE_THREAD_PRIORITY } |
| Properties for a pipeline. More... | |
Functions | |
| int | mpipe_pipeline_init (struct mpipe *pipe, uint8_t id) |
| Initialize a pipeline. | |
| int | mpipe_push_buffer (struct mpipe_pad *src_pad, struct net_buf *buffer) |
| Push a buffer downstream starting from a given source pad. | |
Pipeline: the top-level bin that runs a graph.