Osamu Nakamura / GR-PEACH_mbed-os-client-ZXingSample
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers zxing_config.h Source File

zxing_config.h

00001 
00002 /**** User Selection *********/
00003 
00004 //#define ZXING_EXCLUDE_1DCODE                      /* define : 1D barcodes can not be scanned */
00005 #undef ZXING_EXCLUDE_1DCODE                         /* undef  : 1D barcodes can be scanned */
00006                                                     
00007 //#define ZXING_EXCLUDE_QRCODE                      /* define : QR-code can not be scanned */
00008 #undef ZXING_EXCLUDE_QRCODE                         /* undef  : QR-code can be scanned */
00009                                                     
00010 //#define ZXING_EXCLUDE_MATRIX                      /* define : Matrix can not be scanned */
00011 #undef ZXING_EXCLUDE_MATRIX                         /* undef  : Matrix can be scanned */
00012                                                     
00013 //#define ZXING_EXCLUDE_AZTEC                       /* define : Aztec can not be scanned */
00014 #undef ZXING_EXCLUDE_AZTEC                          /* undef  : Aztec can be scanned */
00015                                                     
00016 //#define ZXING_EXCLUDE_PDF417                      /* define : PDF417 can not be scanned */
00017 #undef ZXING_EXCLUDE_PDF417                         /* undef  : PDF417 can be scanned */
00018 
00019 //#define ZXING_MULTI_QUADRANT                      /* define : Zxing can multi decode */
00020 #undef ZXING_MULTI_QUADRANT                         /* undef  : Zxing can not multi decode */
00021