ldas-tools-framecpp 2.9.2
|
#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"
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 |
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 FrameCPP::Common::STRING< INT_2U > VERIFY_STRING |
typedef FrHeader::version_type version_type |