distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
RawMessageQueue class implementation. More...
#include "distortos/RawMessageQueue.hpp"
#include "distortos/internal/synchronization/MemcpyPopQueueFunctor.hpp"
#include "distortos/internal/synchronization/MemcpyPushQueueFunctor.hpp"
#include "distortos/internal/synchronization/SemaphoreWaitFunctor.hpp"
#include "distortos/internal/synchronization/SemaphoreTryWaitFunctor.hpp"
#include "distortos/internal/synchronization/SemaphoreTryWaitForFunctor.hpp"
#include "distortos/internal/synchronization/SemaphoreTryWaitUntilFunctor.hpp"
#include "distortos/internal/CHECK_FUNCTION_CONTEXT.hpp"
#include <cstring>
#include <cerrno>
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
RawMessageQueue class implementation.