NCEPLIBS-w3emc
2.12.0
Toggle main menu visibility
Main Page
Modules
Modules List
Module Members
All
Functions/Subroutines
Data Types
Data Types List
Data Fields
All
Functions/Subroutines
Files
File List
Globals
All
a
b
c
e
f
g
i
l
m
o
p
q
r
s
u
v
w
x
Functions/Subroutines
a
b
c
e
f
g
i
l
m
o
p
q
r
s
u
v
w
x
•
All
Data Structures
Namespaces
Files
Functions
Pages
Loading...
Searching...
No Matches
sbytec.f
Go to the documentation of this file.
1
C> @file
2
C> @brief Wrapper for sbytesc()
3
C> @author Unknown
4
5
C> This is a wrapper for sbytesc()
6
C> @param[in] OUT = packed array output
7
C> @param[in] IN = unpacked array input
8
C> @param[in] ISKIP = initial number of bits to skip
9
C> @param[in] NBYTE = number of bits to pack
10
C>
11
C> @author Unknown
12
13
SUBROUTINE
sbytec
(OUT,IN,ISKIP,NBYTE)
14
character*1
out(*)
15
integer
in(*)
16
CALL
sbytesc
(out,in,iskip,nbyte,0,1)
17
RETURN
13
SUBROUTINE
sbytec
(OUT,IN,ISKIP,NBYTE)
…
18
END
sbytec
subroutine sbytec(out, in, iskip, nbyte)
This is a wrapper for sbytesc()
Definition
sbytec.f:14
sbytesc
subroutine sbytesc(out, in, iskip, nbyte, nskip, n)
Store bytes - pack bits: Put arbitrary size values into a packed bit string, taking the low order bit...
Definition
sbytesc.f:17
src
sbytec.f
Generated by
1.9.8