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

read any type (implementation) More...

#include <datrwxx/readany.h>
#include <datrwxx/sff.h>
#include <datrwxx/pdas.h>
#include <datrwxx/hpmo.h>
#include <datrwxx/mseed.h>
#include <datrwxx/bonjer.h>
#include <datrwxx/sac.h>
#include <datrwxx/gse.h>
#include <datrwxx/tsoft.h>
#include <datrwxx/tfascii.h>
#include <datrwxx/su.h>
#include <datrwxx/seife.h>
#include <datrwxx/error.h>
#include <datrwxx/formatmodifier.h>
#include <datrwxx/util.h>
#include <datrwxx/thiesdl1.h>
#include <datrwxx/ascii.h>
#include <datrwxx/binary.h>
#include <datrwxx/report.h>
Include dependency graph for readany.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 

Macros

#define DATRW_READANY_CC_VERSION   "DATRW_READANY_CC V1.20"
 

Functions

bool datrw::isbinary (const Eformat &format)
 true, if underlying file format is binary More...
 

Detailed Description

read any type (implementation)


Author
Thomas Forbriger
Date
06/04/2004

read any type (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

  • 06/04/2004 V1.0 Thomas Forbriger
  • 16/09/2004 V1.1 activate isffstream
  • 23/12/2004 V1.2 activate ihpmostream
  • 29/06/2007 V1.3 added SAC binary format
  • 19/09/2007 V1.4 added raw GSE format
  • 12/11/2009 V1.5 added TSOFT format
  • 03/05/2010 V1.6 sac provides debugging
  • 06/10/2010 V1.7 added ASCII format of T. Forbrigers any2ascii
  • 23/11/2010 V1.8 use static member data
  • 25/11/2010 V1.9 add Seismic Unix format
  • 29/07/2011 V1.10 support format modifiers
  • 02/09/2011 V1.11 support seife format
  • 06/09/2011 V1.12 make non-subformat constructor deprecated
  • 07/09/2011 V1.13 more string type format ID support: openmode
  • 13/09/2011 V1.14 imseedstream now supports modifiers too
  • 04/11/2011 V1.15 make Thies DL1 input module visible
  • 07/11/2011 V1.16 make ASCII input module visible
  • 19/11/2011 V1.17 provide binary input
  • 05/12/2011 V1.18 itsoftstream takes format modifiers
  • 21/01/2012 V1.19 prepared isustream to take modifiers
  • 18/11/2016 V1.20 set debug mode in base class

Definition in file readany.cc.