Set of C++ classes wrapper for common POSIX functions (e.g. Threads, Sempaphores...)
- Thread class added (cpposix::ThreadP)
- Mutex class added (cpposix::MutexP)
Test application exists for existing class
This project uses Eclipse autogenerated Makefile building system. To build with debug version:
$ cd Debug;
$ makeTo clean the version run make clean instead.
Test application can be (re)built independetly from the library
$ cd source
$ make
$ make clean
Binary test application are located into bin directory. Library build is located under lib directory of the related build version (i.e. Debug or Release)