ldas-tools-framecpp  2.7.0
Classes | Namespaces | Macros | Typedefs | Functions
Verify.cc File Reference
#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"
Include dependency graph for Verify.cc:
This graph shows which files directly or indirectly include this file:

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
 

Namespaces

 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
 

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)
 

Macro Definition Documentation

◆ DEBUG_FILE_CHECKSUM

#define DEBUG_FILE_CHECKSUM   0

◆ DEBUG_MD5SUM

#define DEBUG_MD5SUM   0

Typedef Documentation

◆ VERIFY_STRING

◆ version_type

typedef FrHeader::version_type version_type