Beamlib 3.3.2
This is the Beam C++ class library.
Loading...
Searching...
No Matches
BCrc16.h
Go to the documentation of this file.
1/*******************************************************************************
2 * BCrc16.h Checksum 16 bit
3 * T.Barnaby, BEAM Ltd, 2014-07-22
4 * Copyright (c) 2012 All Right Reserved, Beam Ltd, http://www.beam.ltd.uk
5 *******************************************************************************
6 *
7 * For license see LICENSE.txt at the root of the beamlib source tree.
8 */
9#ifndef BCrc16_H
10#define BCrc16_H
11
12#include <BTypes.h>
13
15BUInt16 bcrc16(void* buf, BUInt16 len);
16
17#endif
BUInt16 bcrc16(void *buf, BUInt16 len)
A 16bit CRC generator.
Definition: BCrc16.cpp:69
uint16_t BUInt16
Definition: BTypes.h:22