![]() |
Driver SDK 4.2.0
|
#include <DriverInfo.h>
Public Attributes | |
| const char * | name |
| const char * | profileName |
| uint32_t | uniqueDriverID |
| float | maxWidth |
| float | maxHeight |
Definition at line 798 of file DriverInfo.h.
| float aur::ADA::ModelID::maxHeight |
Maximum imageable height/length of the device expressed in AOI units.
Definition at line 804 of file DriverInfo.h.
| float aur::ADA::ModelID::maxWidth |
Maximum imageable width of the device expressed in AOI units.
Definition at line 803 of file DriverInfo.h.
| const char * aur::ADA::ModelID::name |
Name of the device model
Definition at line 800 of file DriverInfo.h.
| const char * aur::ADA::ModelID::profileName |
Defines the group name of models that can share the same printer profiles. This because the printers are only size variations or OEM models with a different name.
Definition at line 801 of file DriverInfo.h.
| uint32_t aur::ADA::ModelID::uniqueDriverID |
Unique driver ID used to facilitate licensing a RIP with only 1 driver (model or group). When not used this value can be 0.
Definition at line 802 of file DriverInfo.h.