Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe_parser.h File Reference

Stream parser base element. More...

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.

Detailed Description

Stream parser base element.

Provides a base class for elements that accumulate incoming data into complete frames before pushing them downstream.