|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Stream parser base element. More...
#include <zephyr/mpipe/mpipe_buffer.h>#include <zephyr/mpipe/mpipe_element.h>#include <zephyr/mpipe/mpipe_pad.h>Go to the source code of this file.
Data Structures | |
| struct | mpipe_parser |
| Base parser element structure. More... | |
Functions | |
| int | mpipe_parser_init (struct mpipe_parser *parser, uint8_t id) |
| Initialize a parser element. | |
| int | mpipe_parser_change_state (struct mpipe_element *self, enum mpipe_state_change transition) |
| Change state function for the base parser element. | |
Stream parser base element.
Provides a base class for elements that accumulate incoming data into complete frames before pushing them downstream.