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

provide memeber functions for SEED structs (implementation) More...

#include <datrwxx/seedstructs.h>
#include <datrwxx/error.h>
#include <datrwxx/bytesex.h>
#include <iostream>
#include <iomanip>
Include dependency graph for seedstructs.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define DATRW_SEEDSTRUCTS_CC_VERSION   "DATRW_SEEDSTRUCTS_CC V1.3"
 
#define SWAPIT(A)   A=datrw::util::swap(A)
 

Detailed Description

provide memeber functions for SEED structs (implementation)


Author
Thomas Forbriger
Date
10/03/2006

provide memeber functions for SEED structs (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) 2006 by Thomas Forbriger (BFO Schiltach)

REVISIONS and CHANGES

  • 10/03/2006 V1.0 Thomas Forbriger
  • 09/05/2006 V1.1 introduced Steim 2 code
  • 11/05/2006 V1.2 correction for reading bytes in Steim 2 Word
  • 29/06/2007 V1.3 no longer use libtfxx

Definition in file seedstructs.cc.