Message box template. More...
#include <RtosMsgBox.hpp>
Public Member Functions | |
| bool | give (T &msg, Rtos::TICK tick) |
| bool | giveFromInt (T &msg) |
| bool | take (T &msg, Rtos::TICK tick) |
| bool | takeFromInt (T &msg) |
Additional Inherited Members | |
Protected Member Functions inherited from RtosSyncObject | |
| RtosSyncObject (int maxCount, int initialCount) | |
| int | internalTake (Rtos::TICK tick, int value) |
| int | internalGive (Rtos::TICK tick, int value) |
Message box template.
A synchronized FIFO with type and size user settable.
Definition at line 19 of file RtosMsgBox.hpp.
1.8.3.1