ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
cksum_boost.hh File Reference
#include <cstdint>
#include <boost/crc.hpp>
#include "framecpp/Common/cksum.hh"
Include dependency graph for cksum_boost.hh:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
 
namespace  FrameCPP::Common
 Routines upon which the version specific layers are built.
 

Typedefs

typedef boost::crc_optimal< 32, 0x04C11DB7, 0, 0xFFFFFFFF, false, false > FrameCPP::Common::boost_crc_cksum_type
 
typedef cksum_impl< boost_crc_cksum_typeFrameCPP::Common::cksum_boost
 Implements Un*x cksum utility.