CRC.hpp
Go to the documentation of this file.
1 // Copyright (c) 2013 by Wayne C. Gramlich. All rights reserved.
2 
3 #if !defined(CRC_H_INCLUDED)
4 #define CRC_H_INCLUDED 1
5 
6 extern unsigned int CRC__compute(unsigned int *buffer, unsigned int size);
7 
8 #endif // !defined(CRC_H_INCLUDED)
9 
unsigned int CRC__compute(unsigned int *buffer, unsigned int size)
Returns a 16-bit CRC of the size bytes in buffer.
Definition: CRC.cpp:58


fiducial_lib
Author(s): Wayne Gramlich
autogenerated on Thu Dec 28 2017 04:06:53