Proyecto ABInBev para la tarjeta Guaria 1/2.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers fingerprint_exe.hpp Source File

fingerprint_exe.hpp

Go to the documentation of this file.
00001 /**
00002  * 
00003  * @file fingerprint_exe.hpp
00004  * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
00005  * @brief 
00006  * @version 0.1
00007  * @date 2020-10-03
00008  * 
00009  * @copyright Copyright (c) 2020
00010  * 
00011  */
00012 
00013 #ifndef __FINGERPRINT_EXE_HPP
00014 #define __FINGERPRINT_EXE_HPP
00015 
00016     extern char         id_buffer[];
00017     extern const char   TCA_ID_FP_LOGIN[16];
00018     extern const char   TCA_ID_UNIDENTIFIED[9];
00019     extern const char   TCA_ID_LECTOR_HUE[9];
00020     extern const char   TCA_FP_INIT[9];
00021     extern const char   TCA_ID_OVERRIDE_ID[10];
00022     extern const char   FP_ENGINE_LOCK[12];
00023     extern const char   FP_ENGINE_UNLOCK[17];
00024     extern const char   QUERY_SAFETY_TIP[4];
00025     extern const char   CHANGE_SAFETY_TIME[4];
00026     extern const char   SAFETY_TIP_ENABLE[4];
00027     extern const char   SAFETY_TIP_DISABLE[4];
00028 
00029     void identify_fingerPrint();
00030     void initFingerprintReader();
00031 
00032 #endif // __FINGERPRINT_EXE_HPP