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 |
Collected rasters for a job (used in RF_REPLY_RASTER_DELIVER and RF_REPLY_RASTER_STATUS reply payloads).
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.
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.
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.
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.