crc16ccitt_false.h
Go to the documentation of this file.
1 #include "sick_scan/sick_scan_base.h" /* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2 /*
3  * CRC checksums implemented by https://github.com/madler/crcany
4  * Sources under the zlib license, permitting free commercial use.
5  * See https://github.com/madler/crcany and http://zlib.net/zlib_license.html
6  * for further details.
7  *
8  * This project uses algorithm "CRC-16/CCITT-FALSE" (crc16ccitt_false.c and crc16ccitt_false.h).
9  * Other crc checksum algorithms may be used if required.
10  */
11 
12 #ifndef __CRC16CCIT_FALSE_H_INCLUDED
13 #define __CRC16CCIT_FALSE_H_INCLUDED
14 #include "crc/crc16ccitt_false.h"
15 #endif //__CRC16CCIT_FALSE_H_INCLUDED
crc16ccitt_false.h
sick_scan_base.h


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08