Beam-lib
2.16.3
This is the Beam C++ class library.
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
#ifndef BCrc16_H
8
#define BCrc16_H
9
10
#include <
BTypes.h
>
11
12
BUInt16
bcrc16
(
void
* buf,
BUInt16
len);
13
14
#endif
BTypes.h
bcrc16
BUInt16 bcrc16(void *buf, BUInt16 len)
Definition:
BCrc16.cpp:68
BUInt16
uint16_t BUInt16
Definition:
BTypes.h:19
Generated by
1.8.15