#include <framecpp_config.h>
#include <cstring>
#include <algorithm>
#include <iomanip>
#include <list>
#include <map>
#include <set>
#include <sstream>
#include <typeinfo>
#include <boost/scoped_array.hpp>
#include "ldastoolsal/fstream.hh"
#include "ldastoolsal/gpstime.hh"
#include "ldastoolsal/InfixIterator.hh"
#include "framecpp/Common/FrameSpec.hh"
#include "framecpp/Common/FrHeader.hh"
#include "framecpp/Common/FrEndOfFile.hh"
#include "framecpp/Common/FrTOC.hh"
#include "framecpp/Common/MD5Sum.hh"
#include "framecpp/Common/CheckSum.hh"
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/FrameBuffer.hh"
#include "framecpp/Common/FrameStream.hh"
#include "framecpp/Common/STRING.hh"
#include "framecpp/Common/TOCInfo.hh"
#include "framecpp/Common/Verify.hh"
Classes | |
class | anonymous_namespace{Verify.cc}::dump_first_of_pair< T, charT, traits > |
class | anonymous_namespace{Verify.cc}::channel_site_info |
class | anonymous_namespace{Verify.cc}::detector_info |
class | anonymous_namespace{Verify.cc}::fr_structs_info |
class | anonymous_namespace{Verify.cc}::IChecksumOnlyStream |
class | CheckSumCRC |
class | FrameBuffer< BT > |
Buffer appropriate for caching frame data. More... | |
class | FrameSpec |
Description of frame specification information. The information contained here allows for information needed to describe a specific frame specification implementation. More... | |
class | FrTOC |
class | MD5Sum |
class | Verify |
class | VerifyException |
Namespaces | |
namespace | anonymous_namespace{Verify.cc} |
Macros | |
#define | DEBUG_MD5SUM 0 |
#define | DEBUG_FILE_CHECKSUM 0 |
Typedefs | |
typedef FrameCPP::Common::STRING< INT_2U > | VERIFY_STRING |
typedef FrHeader::version_type | version_type |
typedef std::set< char > | anonymous_namespace{Verify.cc}::site_container_type |
typedef std::list< site_container_type::key_type > | anonymous_namespace{Verify.cc}::detector_prefix_err_type |
typedef Common::StreamBase | stream_base_type |
Functions | |
const bool | anonymous_namespace{Verify.cc}::DEFAULT_CHECK_MD5SUM (false) |
template<typename T> | |
bool | anonymous_namespace{Verify.cc}::IsNonZero (const T &Value) |
template<typename T> | |
bool | anonymous_namespace{Verify.cc}::IsZero (const T &Value) |
#define DEBUG_FILE_CHECKSUM 0 |
#define DEBUG_MD5SUM 0 |
typedef Common::StreamBase FrameCPP::stream_base_type |
typedef FrameCPP::Common::STRING< INT_2U > VERIFY_STRING |
typedef FrHeader::version_type version_type |