ChibiOS/RT  6.0.3
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 248 of file chfactory.h.

Field Documentation

dyn_element_t ch_dyn_mailbox::element

List element of the dynamic buffer object.

Definition at line 252 of file chfactory.h.

Referenced by chFactoryReleaseMailbox().

mailbox_t ch_dyn_mailbox::mbx

The mailbox.

Definition at line 256 of file chfactory.h.

Referenced by chFactoryCreateMailbox(), and chFactoryGetMailbox().

msg_t ch_dyn_mailbox::msgbuf[]

Messages buffer.

Note
This requires C99.

Definition at line 262 of file chfactory.h.

Referenced by chFactoryCreateMailbox().