cab CUPS Treiber  ---
c_options_t Struct Reference

Struktur für Einstellungen des Schneidemessers. More...

#include <cab_options.h>

Data Fields

int installed
 Flag, set to TRUE (1) if a cutter is installed. More...
 
int mode
 Cutting mode: Job start/end or amount of labels. More...
 
char amount [5]
 Amount of label after which a cut is processed. More...
 
char disp1 [5]
 Displacement for the first cut. More...
 
char disp2 [5]
 Displacement for the second cut. More...
 

Detailed Description

Struktur für Einstellungen des Schneidemessers.

Definition at line 234 of file cab_options.h.

Field Documentation

◆ amount

char c_options_t::amount[5]

Amount of label after which a cut is processed.

Definition at line 237 of file cab_options.h.

Referenced by get_c_option_cmd(), and set_CutterInterval().

◆ disp1

char c_options_t::disp1[5]

Displacement for the first cut.

Definition at line 238 of file cab_options.h.

Referenced by get_c_option_cmd(), and set_CutterOffset1().

◆ disp2

char c_options_t::disp2[5]

Displacement for the second cut.

Definition at line 239 of file cab_options.h.

◆ installed

int c_options_t::installed

Flag, set to TRUE (1) if a cutter is installed.

Definition at line 235 of file cab_options.h.

Referenced by get_c_option_cmd(), handleMarkedPPDOptions(), and set_Cutter().

◆ mode

int c_options_t::mode

Cutting mode: Job start/end or amount of labels.

Definition at line 236 of file cab_options.h.

Referenced by get_c_option_cmd(), handleMarkedPPDOptions(), and setCutterMode().


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