ChibiOS/RT
6.0.3
|
Type of a dynamic pipe object. More...
#include <chfactory.h>
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... | |
Type of a dynamic pipe object.
Definition at line 296 of file chfactory.h.
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.
Definition at line 310 of file chfactory.h.
Referenced by chFactoryCreatePipe().