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 2008, 2009 Mike Laughton. More...
Go to the source code of this file.
Macros | |
#define | DMTX_USEC_PER_SEC 1000000 |
#define | DMTX_TIME_PREC_USEC 1000000 |
Functions | |
DmtxTime | dmtxTimeNow (void) |
Generic 1 second resolution version. | |
DmtxTime | dmtxTimeAdd (DmtxTime t, long msec) |
Add milliseconds to time t. | |
int | dmtxTimeExceeded (DmtxTime timeout) |
Determine whether the received timeout has been exceeded. | |
libdmtx - Data Matrix Encoding/Decoding Library Copyright 2008, 2009 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
Time handling
Definition in file dmtxtime.c.
#define DMTX_TIME_PREC_USEC 1000000 |
Definition at line 80 of file dmtxtime.c.
#define DMTX_USEC_PER_SEC 1000000 |
Definition at line 21 of file dmtxtime.c.
Add milliseconds to time t.
t | |
msec |
Definition at line 110 of file dmtxtime.c.
|
extern |
Determine whether the received timeout has been exceeded.
timeout |
Definition at line 139 of file dmtxtime.c.
|
extern |