cab CUPS Treiber
---
|
Go to the source code of this file.
Data Structures | |
struct | cab_printer_model_t |
Macros | |
#define | CAB_PRINTER_MODEL_NUM 144 |
Functions | |
void | get_printer_model_name (char *modelname, int modelnumber) |
double | get_printing_width (int modelnumber) |
Variables | |
static cab_printer_model_t | cab_printer_models [CAB_PRINTER_MODEL_NUM] |
#define CAB_PRINTER_MODEL_NUM 144 |
Definition at line 32 of file cab_model.c.
Referenced by get_printer_model_name(), and get_printing_width().
void get_printer_model_name | ( | char * | modelname, |
int | modelnumber | ||
) |
Definition at line 210 of file cab_model.c.
References CAB_PRINTER_MODEL_NUM.
double get_printing_width | ( | int | modelnumber | ) |
Definition at line 228 of file cab_model.c.
References CAB_PRINTER_MODEL_NUM, and cab_printer_model_t::width.
Referenced by setup_printer().
|
static |
Definition at line 35 of file cab_model.c.