CppELib 1.7.0
Loading...
Searching...
No Matches
PosixOSWrapper.h
Go to the documentation of this file.
1#ifndef POSIX_OS_WRAPPER_H_INCLUDED
2#define POSIX_OS_WRAPPER_H_INCLUDED
3
4namespace PosixOSWrapper {
5
6void init(int lowestPriority, int highestPriority);
7
8}
9
10#endif // POSIX_OS_WRAPPER_H_INCLUDED
Implementation of OSWrapper for POSIX platform.
Definition PosixEventFlagFactory.h:6
void init(int lowestPriority, int highestPriority)
Initialize the PosixOSWrapper.
Definition PosixOSWrapper.cpp:32