CppELib 1.7.0
Loading...
Searching...
No Matches
OneShotTimer.h File Reference

Go to the source code of this file.

Classes

class  OSWrapper::OneShotTimer
 Abstract class that has functions of common RTOS's one-shot timer. More...
 
class  OSWrapper::OneShotTimer::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::registerOneShotTimerFactory (OneShotTimerFactory *factory)
 Register the OneShotTimerFactory.