|
CppELib 1.7.0
|
#include "PosixOSWrapper.h"#include "PosixThreadFactory.h"#include "PosixMutexFactory.h"#include "PosixEventFlagFactory.h"#include "PosixFixedMemoryPoolFactory.h"#include "PosixVariableMemoryPoolFactory.h"#include "PosixPeriodicTimerFactory.h"#include "PosixOneShotTimerFactory.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 | PosixOSWrapper |
| Implementation of OSWrapper for POSIX platform. | |
Functions | |
| void | PosixOSWrapper::init (int lowestPriority, int highestPriority) |
| Initialize the PosixOSWrapper. | |