cab CUPS Treiber
---
|
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... | |
Struktur für Einstellungen des Schneidemessers.
Definition at line 234 of file cab_options.h.
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().
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().
char c_options_t::disp2[5] |
Displacement for the second cut.
Definition at line 239 of file cab_options.h.
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().
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().