DATRW++ library: seismic data I/O with multiple formats
pdasflags.h
Go to the documentation of this file.
1
/*! \file pdasflags.h
2
* \brief some flags that are internal to the PDAS reading functions (prototypes)
3
*
4
* ----------------------------------------------------------------------------
5
*
6
* \author Thomas Forbriger
7
* \date 10/09/2004
8
*
9
* some flags that are internal to the PDAS reading functions (prototypes)
10
*
11
* ----
12
* This program is free software; you can redistribute it and/or modify
13
* it under the terms of the GNU General Public License as published by
14
* the Free Software Foundation; either version 2 of the License, or
15
* (at your option) any later version.
16
*
17
* This program is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU General Public License for more details.
21
*
22
* You should have received a copy of the GNU General Public License
23
* along with this program; if not, write to the Free Software
24
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
* ----
26
*
27
* Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)
28
*
29
* REVISIONS and CHANGES
30
* - 10/09/2004 V1.0 Thomas Forbriger
31
* - 19/10/2004 V1.1 support gainranged format
32
*
33
* ============================================================================
34
*/
35
36
// include guard
37
#ifndef DATRW_PDASFLAGS_H_VERSION
38
39
#define DATRW_PDASFLAGS_H_VERSION \
40
"DATRW_PDASFLAGS_H V1.0 "
41
42
namespace
datrw
{
43
44
namespace
pdas {
45
46
//! define pdas data types
47
enum
Etype
{
48
FtypeINT
,
49
FtypeLONG
,
50
FtypeGAINRANGED
51
};
// enum Epdastype
52
53
}
// namespace pdas
54
55
}
// namespace datrw
56
57
#endif // DATRW_PDASFLAGS_H_VERSION (includeguard)
58
59
/* ----- END OF pdasflags.h ----- */
datrw::pdas::FtypeINT
Definition:
pdasflags.h:48
datrw::pdas::FtypeLONG
Definition:
pdasflags.h:49
datrw::pdas::Etype
Etype
define pdas data types
Definition:
pdasflags.h:47
datrw
Root namespace of library.
Definition:
aalibdatrwxx.cc:16
datrw::pdas::FtypeGAINRANGED
Definition:
pdasflags.h:50
pdas
pdasflags.h
Generated on Mon Aug 21 2023 17:36:14 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14