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

MiniSEEDRecord::read read complete MiniSEED record and decode sample data (implementation) More...

#include <string>
#include <cstring>
#include <string.h>
#include <datrwxx/mseedread.h>
#include <datrwxx/mseed.h>
#include <datrwxx/bytesex.h>
#include <datrwxx/debug.h>
#include <datrwxx/mseed_keywords.h>
#include <aff/subarray.h>
Include dependency graph for mseedread_mseedrecord_read.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
 

Macros

#define DATRW_MSEEDREAD_MSEEDRECORD_READ_CC_VERSION   "DATRW_MSEEDREAD_MSEEDRECORD_READ_CC V1.5"
 

Detailed Description

MiniSEEDRecord::read read complete MiniSEED record and decode sample data (implementation)


Author
Thomas Forbriger
Date
22/07/2014

MiniSEEDRecord::read read complete MiniSEED record and decode sample data (implementation)

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


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

REVISIONS and CHANGES

  • 22/07/2014 V1.0 Thomas Forbriger (thof)
    • copied from mseed/mseedread.cc
    • issue warning if frame count is unreasonable
    • support new format modifier: estimateNframes
  • 27/06/2016 V1.1b thof
    • fix reading of incompletely filled records V1.2 thof
    • disable check for number of frames, if number of frames is guessed
  • 08/07/2016 V1.3 thof:
    • make correct use of new DATRW_nonfatal_assert
  • 11/07/2016 V1.4 thof:
    • improve error messages in consistency checks
  • 12/07/2016 V1.5 thof:
    • add consistency check for usec value

Definition in file mseedread_mseedrecord_read.cc.