SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <ma_osal.h>
Public Member Functions | |
MessageBox (size_t size=1) noexcept | |
~MessageBox () noexcept | |
operator bool () const | |
bool | fetch (void **msg, ma_tick_t timeout=Tick::waitForever) |
bool | post (void *msg, ma_tick_t timeout=Tick::waitForever) |
|
explicitnoexcept |
|
noexcept |
bool ma::MessageBox::fetch | ( | void ** | msg, |
ma_tick_t | timeout = Tick::waitForever |
||
) |
ma::MessageBox::operator bool | ( | ) | const |
bool ma::MessageBox::post | ( | void * | msg, |
ma_tick_t | timeout = Tick::waitForever |
||
) |