Fortran SFF API to data I/O streams in C++
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
m
n
o
r
s
t
v
w
y
~
+
Functions
b
c
d
e
f
g
i
o
r
s
w
~
+
Variables
a
c
d
e
h
i
m
n
s
v
w
y
Typedefs
+
Files
File List
+
File Members
+
All
d
f
i
l
r
s
t
w
+
Functions
f
r
s
w
Typedefs
+
Macros
f
t
◆
sff_GetN()
integer
function sff_GetN
(
character
wid2line
)
Definition at line
92
of file
fapid_sff_getwid2values.f
.
92
c
93
c extract number of samples
94
c
95
character
wid2line*132
96
cE
97
integer
n
98
character
wid2decoded*132
99
c
100
call
sff_helper_decode_wid2(wid2line, wid2decoded)
101
c
102
read
(wid2decoded(49:56),
'(i8)'
) n
103
sff_getn = n
104
return
fapid_sff_getwid2values.f
Generated on Mon Aug 21 2023 17:36:28 for Fortran SFF API to data I/O streams in C++ by
1.8.14