(v13) The timer library
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.
From Harlequin Core v12.0r1: The timer library provides support for periodic callbacks.
The timer library must be started before the RIP is started, and terminated after the RIP is shut down. This is normally achieved by using the SwLeSDKStart()
and SwLeSDKEnd()
functions. These functions also encapsulate initialization and shutdown of the other required support libraries that the RIP requires.
For more information see the API Reference Manual.