Harlequin RIP SDK

Debug/QA assistance for checking page numbers from raster backends. When called during a raster start, raster finish, or eHVD page ready call, the debug_page_info() call prints information about the page output which can be used to determine if the page was constructed as expected. The function only prints the page information if the boolean RasterParam DebugPageInfo is set to true. More...

#include "hhrsdk.h"
#include "skintest.h"

Functions

void debug_page_info (DEVICELIST *dev, uint8 *filename, RasterDescription *rd)
 If the boolean RasterParam /DebugPageInfo is true, print information about the page being output. More...
 

Detailed Description

Debug/QA assistance for checking page numbers from raster backends. When called during a raster start, raster finish, or eHVD page ready call, the debug_page_info() call prints information about the page output which can be used to determine if the page was constructed as expected. The function only prints the page information if the boolean RasterParam DebugPageInfo is set to true.

Function Documentation

◆ debug_page_info()

void debug_page_info ( DEVICELIST dev,
uint8 filename,
RasterDescription rd 
)

If the boolean RasterParam /DebugPageInfo is true, print information about the page being output.

Parameters
[in]devThe device that filename was opened on, or NULL if no filename has been opened for the raster.
[in]filenameA filename relative to dev, or NULL if no filename has been opened for the raster.
[in]rdA description of the raster being output.