DATRW++ library: seismic data I/O with multiple formats
mseed_keywords.cc
Go to the documentation of this file.
1 /*! \file mseed_keywords.cc
2  * \brief keywords used in mseed module (implementation)
3  *
4  * ----------------------------------------------------------------------------
5  *
6  * \author Thomas Forbriger
7  * \date 05/07/2016
8  *
9  * keywords used in mseed module (implementation)
10  *
11  * Copyright (c) 2016 by Thomas Forbriger (BFO Schiltach)
12  *
13  * ----
14  * This program is free software; you can redistribute it and/or modify
15  * it under the terms of the GNU General Public License as published by
16  * the Free Software Foundation; either version 2 of the License, or
17  * (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with this program. If not, see <http://www.gnu.org/licenses/>.
26  * ----
27  *
28  * REVISIONS and CHANGES
29  * - 05/07/2016 V1.0 Thomas Forbriger
30  * - 12/07/2016 V1.1 add usec consistency check
31  *
32  * ============================================================================
33  */
34 #define DATRW_MSEED_KEYWORDS_CC_VERSION \
35  "DATRW_MSEED_KEYWORDS_CC V1.1"
36 
37 #include <datrwxx/mseed_keywords.h>
38 
39 namespace datrw {
40 
41  namespace mseed {
42 
43  const char* const key::dumpascii="dumpascii";
44  const char* const key::ttolerance="ttolerance";
45  const char* const key::estimateNframes="estimateNframes";
46  const char* const key::skipcheck="skipcheck";
47  const char* const key::nonfatal="nonfatal";
48 
49  const char* const key::nframes="nframes";
50  const char* const key::nsamples="nsamples";
51  const char* const key::data="data";
52  const char* const key::usec="usec";
53  const char* const key::all="all";
54 
55  } // namespace mseed
56 
57 } // namespace datrw
58 
59 /* ----- END OF mseed_keywords.cc ----- */
const char *const usec
keywords for consistency checks
const char *const nframes
keywords for consistency checks
const char *const ttolerance
keywords for format modifiers
const char *const data
keywords for consistency checks
const char *const dumpascii
keywords for format modifiers
Root namespace of library.
Definition: aalibdatrwxx.cc:16
const char *const skipcheck
keywords for format modifiers
const char *const all
keywords for consistency checks
const char *const nsamples
number of samples per minute block and channel
const char *const estimateNframes
keywords for format modifiers
const char *const nonfatal
keywords for format modifiers