piuspatch
v0.1
USB addition to PIE backend
|
This structure holds information about an instance of an 'opened' scanner. More...
Data Fields | |
struct Pie_Scanner * | next |
Pie_Device * | device |
int | sfd |
int | bufsize |
SANE_Option_Descriptor | opt [NUM_OPTIONS] |
Option_Value | val [NUM_OPTIONS] |
SANE_Int * | gamma_table [4] |
SANE_Range | gamma_range |
int | gamma_length |
uint16_t * | gamma_lut8 |
uint16_t * | gamma_lut16 |
double * | ln_lut |
int | scanning |
SANE_Parameters | params |
SANE_Pid | parking_pid |
SANE_Pid | reader_pid |
int | pipe |
int | reader_fds |
int | colormode |
int | processing |
int | resolution |
int | cal_mode |
int | cal_filter |
PIE_USB_Calibration * | cal_data |
int | filter_offset1 |
int | filter_offset2 |
int | bytes_per_line |
SANEI_IR_bufptr | img_buffer |
int | total_bytes_stored |
int | total_bytes_read |
This structure holds information about an instance of an 'opened' scanner.
int bytes_per_line |
int cal_filter |
int filter_offset1 |
int filter_offset2 |
int gamma_length |
uint16_t* gamma_lut16 |
uint16_t* gamma_lut8 |
SANE_Range gamma_range |
SANE_Int* gamma_table[4] |
struct Pie_Scanner* next |
SANE_Option_Descriptor opt[NUM_OPTIONS] |
SANE_Pid parking_pid |
int processing |
int reader_fds |
SANE_Pid reader_pid |
int resolution |
int total_bytes_read |
Option_Value val[NUM_OPTIONS] |