DATRW++ library: seismic data I/O with multiple formats
|
read mini-SEED files (implementation) More...
#include <string>
#include <cstring>
#include <string.h>
#include <datrwxx/mseedread.h>
#include <datrwxx/mseed.h>
#include <datrwxx/bytesex.h>
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::util | |
Macros | |
#define | DATRW_MSEEDREAD_CC_VERSION "DATRW_MSEEDREAD_CC V1.15" |
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... | |
bool | datrw::mseed::needswap (const unsigned char &bytesex) |
check bytesex More... | |
double | datrw::mseed::samplinginterval (const short int &srate, const short int &srmult) |
calculate sampling interval from srate and smult More... | |
read mini-SEED files (implementation)
read mini-SEED files (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
Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)
REVISIONS and CHANGES
Definition in file mseedread.cc.