A Ring-Buffer instance could be used with element types
- char
- long
- long long
- void*
.
Focus is on a hardened SW structure with buffer-instance-pointer check (not very fast but more secure).
Some features are globally choosable on compile-time (e.g. switch multithread support off completely to have faster access).
Note: User Interface is for Test and Tutor Code only.
Features
- Select Ring-Buffer type on creation-time (-> per Ring-Buffer instance)
- In C++ as well usable - ring-buffer source code in C, embraced with 'extern "C"'
- Multithreading support for windows (CriticalSection), C++ (std::mutex) and POSIX (pthread_mutex)
- A tutor C-file should help to understand APIs and functionality easier
- Use as a FIFO of course, e.g. to realize asynchronous state-machines
- Wrapping of put/get/.. functions easy because of function-ptr integration in public Ring-Buffer instance struct variable
- LIFO prepared (Stack-Buffer, NY-supported)
- See readme file ~under~ "files" for more information
- Only a few libraries needed (see code / makefile)
Follow ringBufU
Other Useful Business Software
AestheticsPro Medical Spa Software
AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ringBufU!