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.