CAPS Universe documentation  1.0.4
All you need to know to be successful
Data Fields
worker_info Struct Reference

Band processing is done in multiple threads. More...

Data Fields

struct caps_drvdrvi
 
FILE * prn_stream
 
unsigned bi_cnt
 
struct band_infobi
 

Detailed Description

This structure is used to deal with the thread callbacks. It contains the minimal set of information to let the call back functions do their job.

Field Documentation

◆ drvi

struct caps_drv* drvi

◆ prn_stream

FILE* prn_stream

Printer stream to write data to. A copy of caps_drv

◆ bi_cnt

unsigned bi_cnt

Count of entries in the following band information array (e.g. round_up(raster length / LINES_IN_ONE_BAND))

◆ bi

struct band_info* bi

Band information array, one entry per band


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