Message queue to synchronize and share information between threads. It is a template class, so it can hold elements of different types.

Dependents:   Nucleo_modbus_protocol_test F103RB_tcp_rtu_modbus_copy_v1_0

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
MessageQueue< T >Message queue class that is a wrapper for the STL queue container intended to be used to share data among threads using the mbed-rtos so the write and read access to the queue is protected from simultaneous access