Harlequin RIP SDK

This header file defines Types of RDR_CLASS_API, used to identify APIs exposed through the RDR system. More...

Enumerations

enum  RDR_APIS {
  RDR_API_RDR = 1 , RDR_API_EVENT , RDR_API_PTHREADS , RDR_API_TIMER ,
  RDR_API_HTM , RDR_API_TIMELINE , RDR_API_DATA , RDR_API_JPEG ,
  RDR_API_BARCODE , RDR_API_ZLIB , RDR_API_LIBPNG , RDR_API_EXPAT ,
  RDR_API_LIBJPEG , RDR_API_RASTERSTORE , RDR_API_GUISKIN = 1000 , RDR_API_NAMEDCOLOR ,
  RDR_API_CDF , RDR_API_THROUGHPUT , RDR_API_INPUTQ , RDR_API_RASTERMANAGER_OUTPUT = 2500 ,
  RDR_API_RESERVED1 = 2000 , RDR_API_COLORLOGIC
}
 RDR-discoverable API numbers (RDR Types for RDR_CLASS_API). More...
 

Detailed Description

This header file defines Types of RDR_CLASS_API, used to identify APIs exposed through the RDR system.

When registering an API with RDR, the API version number in date form should be used as the RDR Id, e.g.:

SwRegisterRDR(RDR_CLASS_API, RDR_API_MYAPI, 20110201, &api, sizeof(api), 0) ;
sw_rdr_result SwRegisterRDR(sw_rdr_class rdrclass, sw_rdr_type rdrtype, sw_rdr_id rdrid, void *ptr, size_t length, sw_rdr_priority priority)
Register an RDR.
@ RDR_CLASS_API
Definition: rdrapi.h:517

Copyright (C) 2019-2023 Global Graphics Software Ltd. All rights reserved.

This source code contains the confidential and trade secret information of Global Graphics Software Ltd. It may not be used, copied or distributed for any reason except as set forth in the applicable Global Graphics license agreement.