Main Page   Class Hierarchy   Compound List   File List   Compound Members  

hamm.h

00001 #ifndef HAMM_H
00002 #define HAMM_H
00003 
00004 int hamm8(u8 *p, int *err);
00005 int hamm16(u8 *p, int *err);
00006 int hamm24(u8 *p, int *err);
00007 int chk_parity(u8 *p, int n);
00008 
00009 #endif

Generated at Thu Jan 30 02:56:02 2003 for QtVision by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001