Bitstream Interpretation Library (BIL)  0.1
Namespaces | Macros | Functions
CRC32.hpp File Reference

Contains declaration of CRC32 functions. More...

#include <boost/cstdint.hpp>
Include dependency graph for CRC32.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bil

Macros

#define BIL_CRC32_HPP

Functions

boost::uint32_t bil::calc8BitCRC32 (boost::uint32_t oldCRC, boost::uint8_t data8Bit)
 Calculates the CRC32 value from 8 bit data and an initial value.
boost::uint32_t bil::calc5BitCRC32 (boost::uint32_t oldCRC, boost::uint8_t data5Bit)
 Calculates the CRC32 value from 5 bit data and an initial value.

Detailed Description

Contains declaration of CRC32 functions.

Definition in file CRC32.hpp.


Macro Definition Documentation

#define BIL_CRC32_HPP

Definition at line 8 of file CRC32.hpp.