cab CUPS Treiber
---
|
Struktur für das Definieren der Etikettengröße. More...
#include <cab_options.h>
Data Fields | |
char | ptype [4] |
Labelsensing mode. More... | |
double | x0 |
Horizontal displacement. More... | |
double | y0 |
Vertical displacement. More... | |
double | gap |
Gap between two labels. More... | |
Struktur für das Definieren der Etikettengröße.
Definition at line 258 of file cab_options.h.
double s_options_t::gap |
Gap between two labels.
Definition at line 262 of file cab_options.h.
Referenced by get_s_option_cmd(), and set_LabelGap().
char s_options_t::ptype[4] |
Labelsensing mode.
Definition at line 259 of file cab_options.h.
Referenced by get_o_option_cmd(), get_s_option_cmd(), and set_LabelSensor().
double s_options_t::x0 |
Horizontal displacement.
Definition at line 260 of file cab_options.h.
Referenced by get_s_option_cmd(), and set_DisplacementX().
double s_options_t::y0 |
Vertical displacement.
Definition at line 261 of file cab_options.h.
Referenced by get_s_option_cmd(), and set_DisplacementY().