|
CppELib 1.7.0
|
#include "StdCppOSWrapper.h"#include "StdCppThreadFactory.h"#include "StdCppMutexFactory.h"#include "StdCppEventFlagFactory.h"#include "StdCppFixedMemoryPoolFactory.h"#include "StdCppVariableMemoryPoolFactory.h"#include "StdCppPeriodicTimerFactory.h"#include "StdCppOneShotTimerFactory.h"#include "OSWrapper/Thread.h"#include "OSWrapper/Mutex.h"#include "OSWrapper/EventFlag.h"#include "OSWrapper/FixedMemoryPool.h"#include "OSWrapper/VariableMemoryPool.h"#include "OSWrapper/PeriodicTimer.h"#include "OSWrapper/OneShotTimer.h"Namespaces | |
| namespace | StdCppOSWrapper |
| Implementation of OSWrapper for standard C++11 using std::thread. | |
Functions | |
| void | StdCppOSWrapper::init () |
| Initialize the StdCppOSWrapper. | |