CppELib 1.7.0
Loading...
Searching...
No Matches
Thread.h File Reference
#include <cstddef>
#include "Timeout.h"
#include "OSWrapperError.h"

Go to the source code of this file.

Classes

class  OSWrapper::Thread
 Abstract class that has functions of common RTOS's thread. More...
 
class  OSWrapper::Thread::UncaughtExceptionHandler
 Interface for handling uncaught exception. More...
 

Namespaces

namespace  OSWrapper
 OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag, message queue, memory pool, etc.
 

Functions

void OSWrapper::registerThreadFactory (ThreadFactory *factory)
 Register the ThreadFactory.