Harlequin RIP SDK
SW_FR_PARAMS Struct Reference

Parameters for configuring the Farm RIP. More...

#include "swfrip.h"

Data Fields

size_t size
 
int32 rip_id
 
const char * central_bc_tcpip
 
mps_arena_t arena
 
sw_tl_ref parent_tl
 

Detailed Description

Parameters for configuring the Farm RIP.

Use the initializer SW_FR_PARAMS_INIT to initialize static or auto structures of this type.

Field Documentation

◆ arena

mps_arena_t SW_FR_PARAMS::arena

A pointer to the memory arena.

◆ central_bc_tcpip

const char* SW_FR_PARAMS::central_bc_tcpip

The address of the central blade controller. If NULL, 127.0.0.1 is used by default. Tells a farm RIP which blade is running the farm and job controller.

◆ parent_tl

sw_tl_ref SW_FR_PARAMS::parent_tl

Parent timeline for all Farm RIP timelines.

◆ rip_id

int32 SW_FR_PARAMS::rip_id

The Farm RIP ID, set by the controlling process, and passed to the Farm RIP process during process creation. (In the scalable RIP, this is managed through command-line arguments.)

◆ size

size_t SW_FR_PARAMS::size

Size of this structure. This must be set correctly so that parameters for new versions of the Scalable RIP will be set to sensible default values if linked with an older skin.


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