cab CUPS Treiber
---
|
Struktur für Einstellungen des Perforationsschneidemessers. More...
#include <cab_options.h>
Data Fields | |
int | installed |
Flag, set to TRUE (1) if a perforation cutter is installed. More... | |
char | depth [5] |
Additional cutting time factor to influence the perforation. More... | |
char | disp [5] |
Displacement for the first cut. More... | |
Struktur für Einstellungen des Perforationsschneidemessers.
Definition at line 268 of file cab_options.h.
char perfo_options_t::depth[5] |
Additional cutting time factor to influence the perforation.
Definition at line 270 of file cab_options.h.
Referenced by get_perfo_depth(), and set_PerfoDepth().
char perfo_options_t::disp[5] |
Displacement for the first cut.
Definition at line 271 of file cab_options.h.
Referenced by get_perfo_offset(), and set_PerfoOffset().
int perfo_options_t::installed |
Flag, set to TRUE (1) if a perforation cutter is installed.
Definition at line 269 of file cab_options.h.
Referenced by isPerfoCutterInstalled(), and set_Perforation().