(v13) Integrating the Harlequin Core SDK library
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.
How you integrate the Harlequin Core SDK with your application depends on the complexity of your system.
The Harlequin Core SDK skin provides most of the required functions:
- Your host application calls a number of functions to interface with the RIP.
- Your host application supplies a number of callback functions for the RIP to interface with your application.
- All the communications between your host application and the core are handled by the service layer skinkit, as shown in Figure: How the Harlequin Core is used (below).
- Extra functions can be added to the skin.
Figure: How the Harlequin Core is used