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

Auto generated API documentation and code listings for MessageQueue

Classes

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

Code

MessageQueue.h [code]