libdmtx 0.7.8.7
libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety.
|
libdmtx - Data Matrix Encoding/Decoding Library Copyright 2010 Mike Laughton. More...
Go to the source code of this file.
Functions | |
DmtxByteList | dmtxByteListBuild (DmtxByte *storage, int capacity) |
void | dmtxByteListInit (DmtxByteList *list, int length, DmtxByte value, DmtxPassFail *passFail) |
void | dmtxByteListClear (DmtxByteList *list) |
DmtxBoolean | dmtxByteListHasCapacity (DmtxByteList *list) |
void | dmtxByteListCopy (DmtxByteList *dst, const DmtxByteList *src, DmtxPassFail *passFail) |
void | dmtxByteListPush (DmtxByteList *list, DmtxByte value, DmtxPassFail *passFail) |
DmtxByte | dmtxByteListPop (DmtxByteList *list, DmtxPassFail *passFail) |
void | dmtxByteListPrint (DmtxByteList *list, char *prefix) |
libdmtx - Data Matrix Encoding/Decoding Library Copyright 2010 Mike Laughton.
All rights reserved. Copyright 2012-2016 Vadim A. Misbakh-Soloviov. All rights reserved.
See LICENSE file in the main project directory for full terms of use and distribution.
Contact: Vadim A. Misbakh-Soloviov dmtx@.nosp@m.mva..nosp@m.name Mike Laughton mike@.nosp@m.drag.nosp@m.onfly.nosp@m.logi.nosp@m.c.com
Definition in file dmtxbytelist.c.
|
extern |
Definition at line 25 of file dmtxbytelist.c.
|
extern |
Definition at line 55 of file dmtxbytelist.c.
|
extern |
Definition at line 74 of file dmtxbytelist.c.
|
extern |
Definition at line 65 of file dmtxbytelist.c.
|
extern |
Definition at line 40 of file dmtxbytelist.c.
|
extern |
Definition at line 108 of file dmtxbytelist.c.
|
extern |
Definition at line 119 of file dmtxbytelist.c.
|
extern |
Definition at line 94 of file dmtxbytelist.c.