CppELib 1.7.0
|
#include "OneShotTimer.h"
#include "OneShotTimerFactory.h"
#include "Runnable.h"
#include "Assertion/Assertion.h"
#include <exception>
Namespaces | |
namespace | OSWrapper |
OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag, message queue, memory pool, etc. | |
Functions | |
void | OSWrapper::registerOneShotTimerFactory (OneShotTimerFactory *factory) |
Register the OneShotTimerFactory. | |