ldas-tools-frameAPI  2.5.1
Classes | Namespaces | Typedefs | Functions | Variables
util.hh File Reference
#include <string.h>
#include "ldastoolsal/unordered_map.hh"
#include "ldastoolsal/gpstime.hh"
#include "framecpp/FrVect.hh"

Classes

struct  eqstr
 ignore_begin: More...
 

Namespaces

 LDASTools
 
 LDASTools::AL
 
 FrameCPP
 
 FrameCPP::Common
 
 FrameAPI
 ignore_end:
 

Typedefs

typedef LDASTools::AL::unordered_map< std::string, int > QueryHash
 

Functions

bool FrameAPI::Continuous (const LDASTools::AL::GPSTime &T1, const LDASTools::AL::GPSTime &T2)
 
FrameCPP::FrVect::compression_scheme_type FrameAPI::StrToCompressionScheme (const char *Method)
 
void FrameAPI::LogMD5Sum (const std::string &FrameFilename, const FrameCPP::Common::MD5Sum &MD5, const std::string &OutputDir)
 
template<typename Channel >
REAL_8 FrameAPI::SampleRate (const Channel &C)
 

Variables

const REAL_8 FrameAPI::NANO_SECOND = 1.0e-9
 
const REAL_8 FrameAPI::TIME_TOLERANCE = ( 1000 * NANO_SECOND )
 
int FrameAPI::EnableMemoryMappedIO = false
 
int FrameAPI::StreamBufferSize = int( FrameCPP::Common::FrameBufferInterface::M_BUFFER_SIZE_DEFAULT )
 

Typedef Documentation

◆ QueryHash

typedef LDASTools::AL::unordered_map< std::string, int > QueryHash