The structure of a Rasters Available notification message. More...
#include "rf_reply_msgs.h"
Data Fields | |
int | job_id |
The job ID for which rasters are available. | |
int | priority |
The priority of the job. The DBE may use this to determine which rasters to request delivery for. | |
HqBool | job_complete |
Is the job complete? More... | |
int | pages_handled |
The number of pages that the DBE has indicated have been handled with rf_send_rasters_handled(). | |
int | pages_delivered |
The number of pages delivered to the DBE in RF_REPLY_RASTER_DELIVER messages, but not yet acknowledged as handled. | |
int | pages_ready |
The number of pages ready to deliver to the DBE, but not yet requested with rf_send_raster_request(). | |
int | pages_unready |
The number of pages with a subset of the rasters ready, but not yet indicated as complete. | |
The structure of a Rasters Available notification message.
This notification indicates that all of the rasters for a range of pages are available for delivery from the RIP Farm. This notification will be sent whenever pages are made ready by the raster output handlers, and there is no outstanding Raster Request. There will also be a notification when the job is complete. This notification is only sent if the raster manager is enabled in the global RIP Farm configuration.
HqBool RF_REPLY_RASTERS_AVAILABLE::job_complete |
Is the job complete?
TRUE
if the job is complete (i.e., there will be no more rasters made available), FALSE
if the job is incomplete. A notification will be sent with job_complete TRUE
, even if there is no change in the page count since the last notification with job_complete FALSE
.