ChibiOS/RT  5.1.0
ch_dyn_mailbox Struct Reference

Type of a dynamic buffer object. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_mailbox:
Collaboration graph

Data Fields

dyn_element_t element
 List element of the dynamic buffer object. More...
 
mailbox_t mbx
 The mailbox. More...
 
msg_t msgbuf []
 Messages buffer. More...
 

Detailed Description

Type of a dynamic buffer object.

Definition at line 230 of file chfactory.h.

Field Documentation

dyn_element_t ch_dyn_mailbox::element

List element of the dynamic buffer object.

Definition at line 234 of file chfactory.h.

Referenced by chFactoryReleaseMailbox().

mailbox_t ch_dyn_mailbox::mbx

The mailbox.

Definition at line 238 of file chfactory.h.

Referenced by chFactoryCreateMailbox(), and chFactoryGetMailbox().

msg_t ch_dyn_mailbox::msgbuf[]

Messages buffer.

Note
This requires C99.

Definition at line 244 of file chfactory.h.

Referenced by chFactoryCreateMailbox().