DATRW++ library: seismic data I/O with multiple formats
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
c
d
e
f
g
h
i
m
n
o
p
q
r
s
t
w
+
Variables
a
c
d
e
f
i
k
l
m
n
p
s
t
u
v
Typedefs
Enumerations
+
Enumerator
a
c
d
f
g
h
i
k
m
p
r
s
t
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
a
b
c
d
f
h
l
m
p
r
s
t
v
w
Functions
Typedefs
+
Macros
a
b
c
d
f
h
l
m
p
s
t
v
w
Examples
◆
dump()
[12/15]
void datrw::mseed::SEED::dump
(
const
EByteOrder
&
s
,
std::ostream &
os
)
Definition at line
312
of file
seedstructdump.cc
.
References
sparc68000
, and
vax8086
.
313
{
314
switch
(s) {
315
case
vax8086
:
316
os <<
"VAX or 8086"
;
317
break
;
318
case
sparc68000
:
319
os <<
"SPARC or 68000"
;
320
break
;
321
default
:
322
os <<
"unknown"
;
323
}
324
}
// void dump(const EByteOrder& s, std::ostream& os)
datrw::mseed::SEED::sparc68000
SPARC or 68000 byte order.
Definition:
seedstructs.h:127
datrw::mseed::SEED::vax8086
VAX or 8086 byte order.
Definition:
seedstructs.h:126
datrw
mseed
SEED
Generated on Mon Aug 21 2023 17:36:18 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14