DATRW++ library: seismic data I/O with multiple formats
mseedread.h File Reference

read mini-SEED files (prototypes) More...

#include <new>
#include <datrwxx/seedstructs.h>
#include <libtime++.h>
#include <aff/series.h>
#include <datrwxx/mseed.h>
Include dependency graph for mseedread.h:

Go to the source code of this file.

Classes

struct  datrw::mseed::Debug
 
class  datrw::mseed::MiniSEEDblock
 
class  datrw::mseed::MiniSEEDRecord
 

Namespaces

 datrw
 Root namespace of library.
 
 datrw::mseed
 all the stuff to read mini-SEED data
 
 datrw::mseed::util
 

Macros

#define DATRW_MSEEDREAD_H_VERSION   "DATRW_MSEEDREAD_H V1.2"
 

Functions

libtime::TAbsoluteTime datrw::mseed::convert (const SEED::BTIME &t)
 convert BTIME structure to libtime structure More...
 
std::string datrw::mseed::util::extractstring (const char *s, const int &l)
 Return a maximum of l characters. More...
 
void datrw::mseed::help (std::ostream &os=std::cout)
 function to print online help More...
 
bool datrw::mseed::needswap (const unsigned char &bytesex)
 check bytesex More...
 
std::istream & datrw::mseed::operator>> (std::istream &is, MiniSEEDblock &mb)
 
std::istream & datrw::mseed::operator>> (std::istream &is, MiniSEEDRecord &mr)
 
double datrw::mseed::samplinginterval (const short int &srate, const short int &srmult)
 calculate sampling interval from srate and smult More...
 

Detailed Description

read mini-SEED files (prototypes)


Author
Thomas Forbriger
Date
15/07/2004

read mini-SEED files (prototypes)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)

REVISIONS and CHANGES

  • 15/07/2004 V1.0 Thomas Forbriger (thof)
  • 07/07/2006 V1.1 provide debug function when reading MiniSEED record
  • 22/07/2014 V1.2 thof: support new format modifier: estimateNframes

Definition in file mseedread.h.