ChibiOS/RT  6.0.3
ch_dyn_pipe Struct Reference

Type of a dynamic pipe object. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_pipe:
Collaboration graph

Data Fields

dyn_element_t element
 List element of the dynamic pipe object. More...
 
pipe_t pipe
 The pipe. More...
 
uint8_t buffer []
 Messages buffer. More...
 

Detailed Description

Type of a dynamic pipe object.

Definition at line 296 of file chfactory.h.

Field Documentation

dyn_element_t ch_dyn_pipe::element

List element of the dynamic pipe object.

Definition at line 300 of file chfactory.h.

Referenced by chFactoryReleasePipe().

pipe_t ch_dyn_pipe::pipe

The pipe.

Definition at line 304 of file chfactory.h.

Referenced by chFactoryCreatePipe(), and chFactoryGetPipe().

uint8_t ch_dyn_pipe::buffer[]

Messages buffer.

Note
This requires C99.

Definition at line 310 of file chfactory.h.

Referenced by chFactoryCreatePipe().