Realtime -- Real-time Alarm Library
The Realtime library contains abstraction classes to offer an asynchronous real-time alarm notification system for applications. It is a wrapper around the Linux librt real-time library, and might be implemented less efficiently on other operating systems.
Header Files
- Config.h
- Config.h defines configuration-dependent macros used by the Realtime library. It should be included by client code that wants to make decisions based on the availability of optional features.
- AlarmTimer.h
- AlarmTimer is a wrapper class around per-process real-time events. It handles timer resource management and event handling.