DATRW++ library: seismic data I/O with multiple formats
imseedstream.cc File Reference

provide mini-SEED data (implementation) More...

#include <datrwxx/util.h>
#include <datrwxx/mseed.h>
#include <datrwxx/mseedread.h>
#include <aff/subarray.h>
#include <datrwxx/debug.h>
#include <vector>
#include <string>
#include <datrwxx/formatmodifier.h>
#include <datrwxx/mseed_keywords.h>
Include dependency graph for imseedstream.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 

Macros

#define DATRW_IMSEEDSTREAM_CC_VERSION   "DATRW_IMSEEDSTREAM_CC V1.9"
 

Detailed Description

provide mini-SEED data (implementation)


Author
Thomas Forbriger
Date
15/07/2004

provide mini-SEED data (implementation)


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)
  • 24/07/2006 V1.1 reading function was not comparing record start time against expected record start time
  • 29/06/2007 V1.2 prefer to use our own functions
  • 23/11/2010 V1.3 introduced static members
  • 13/09/2011 V1.4 support format modifiers for ASCII dump
  • 08/05/2014 V1.5 add format modifier to tolerate time jitter
  • 22/07/2014 V1.6 thof: support new format modifier: estimateNframes
  • 05/07/2016 V1.7 thof: evaluate format modifiers to adjust consistency checks
  • 12/07/2016 V1.8 thof: provide usec consistency check
  • 18/11/2016 V1.9 use debug flag in base class

Definition in file imseedstream.cc.