ldas-tools-framecpp 2.9.2
|
#include <cstdint>
#include <boost/crc.hpp>
#include "framecpp/Common/cksum.hh"
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_type > | FrameCPP::Common::cksum_boost |
Implements Un*x cksum utility. More... | |