Skip to content

Set of C++ classes wrapper for common POSIX functions (e.g. Threads, Sempaphores...)

License

Notifications You must be signed in to change notification settings

williamledda/CPPosix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPPosix

Set of C++ classes wrapper for common POSIX functions (e.g. Threads, Sempaphores...)

Status

  • Thread class added (cpposix::ThreadP)
  • Mutex class added (cpposix::MutexP)

Test application exists for existing class

Compiling

This project uses Eclipse autogenerated Makefile building system. To build with debug version:

$ cd Debug;
$ make

To 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)

About

Set of C++ classes wrapper for common POSIX functions (e.g. Threads, Sempaphores...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published