Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Type definition crc_xmodem_type

crc_xmodem_type

Synopsis

// In header: <boost/crc.hpp>


typedef crc_optimal< 16, 0x8408, 0, 0, true, true > crc_xmodem_type;

Description

Computation type that I mistakenly called the XMODEM standard; it inverts both reflection parameters and reflects the truncated divisor (Don't use?!)


PrevUpHomeNext