Harlequin RIP SDK
hotfolderprv.h File Reference

Hot folder skinkit private API. More...

#include "std.h"

Functions

HqBool hotfolder_start (void)
 
void hotfolder_end (void)
 

Detailed Description

Hot folder skinkit private API.

This is the skinkit SDK's implementation of a hot folder monitor. The hot folder monitor watches one or more directories for new files, monitors them until they stabilise, then uses the input queue API to submit jobs to the RIP, monitors the jobs for completion, and then deletes the jobs from the hot folder.

Function Documentation

◆ hotfolder_end()

void hotfolder_end ( void  )

Finalise and stop the hot folder system.

◆ hotfolder_start()

HqBool hotfolder_start ( void  )

Initialise the Skinkit SDK hot folder system. This must be started after RDR, Events, Timer, and Input queue APIs.