|
DATRW++ library: seismic data I/O with multiple formats
|
read mini-SEED files (prototypes) More...
#include <new>#include <datrwxx/seedstructs.h>#include <libtime++.h>#include <aff/series.h>#include <datrwxx/mseed.h>
Go to the source code of this file.
Classes | |
| struct | datrw::mseed::Debug |
| class | datrw::mseed::MiniSEEDblock |
| class | datrw::mseed::MiniSEEDRecord |
Namespaces | |
| datrw | |
| Root namespace of library. | |
| datrw::mseed | |
| all the stuff to read mini-SEED data | |
| datrw::mseed::util | |
Macros | |
| #define | DATRW_MSEEDREAD_H_VERSION "DATRW_MSEEDREAD_H V1.2" |
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... | |
| void | datrw::mseed::help (std::ostream &os=std::cout) |
| function to print online help More... | |
| bool | datrw::mseed::needswap (const unsigned char &bytesex) |
| check bytesex More... | |
| std::istream & | datrw::mseed::operator>> (std::istream &is, MiniSEEDblock &mb) |
| std::istream & | datrw::mseed::operator>> (std::istream &is, MiniSEEDRecord &mr) |
| double | datrw::mseed::samplinginterval (const short int &srate, const short int &srmult) |
| calculate sampling interval from srate and smult More... | |
read mini-SEED files (prototypes)
read mini-SEED files (prototypes)
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.h.