Harlequin RIP SDK
RF_RASTERS_JOB Struct Reference

Collected rasters for a job (used in RF_REPLY_RASTER_DELIVER and RF_REPLY_RASTER_STATUS reply payloads). More...

#include "rf_types.h"

Data Fields

int job_id
 The job ID for the rasters being delivered.
 
int priority
 The priority this job was processed with.
 
HqBool job_complete
 This job has all of its pages.
 
int pages_handled
 The number of pages already handled in the job.
 
int pages_delivered
 The number of delivered but unhandled pages in the job. More...
 
int pages_ready
 The number of ready but undelivered pages in the job. More...
 
int pages_unready
 The number of unready pages in the job. More...
 
int n_pages
 The number of pages in this reply.
 
RF_RASTERS_PAGE ** pagerasters
 Details of rasters for each page.
 
const char * connection_name
 

Detailed Description

Collected rasters for a job (used in RF_REPLY_RASTER_DELIVER and RF_REPLY_RASTER_STATUS reply payloads).

Field Documentation

◆ connection_name

const char* RF_RASTERS_JOB::connection_name

The name of the connection requesting and handling this job, as supplied by rf_send_raster_connect().

NULL if there is no connection associated with this job.

◆ pages_delivered

int RF_RASTERS_JOB::pages_delivered

The number of delivered but unhandled pages in the job.

This count is set if in RF_REPLY_RASTER_DELIVER, and also for RF_REPLY_RASTER_STATUS regardless whether the rf_send_raster_status_request() included unhandled pages.

◆ pages_ready

int RF_RASTERS_JOB::pages_ready

The number of ready but undelivered pages in the job.

This count is set if in RF_REPLY_RASTER_STATUS regardless whether the rf_send_raster_status_request() included undelivered pages. For RF_REPLY_RASTER_DELIVER, this is the number of undelivered pages excluding the n_pages delivered in the message.

◆ pages_unready

int RF_RASTERS_JOB::pages_unready

The number of unready pages in the job.

This count is set if in RF_REPLY_RASTER_DELIVER, and also for RF_REPLY_RASTER_STATUS regardless whether the rf_send_raster_status_request() included unready pages.


The documentation for this struct was generated from the following file: