NCEPLIBS-w3emc 2.12.0
|
Get bytes - unpack bits. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | gbytesc (in, iout, iskip, nbyte, nskip, n) |
Extract arbitrary size values from a packed bit string, right justifying each value in the unpacked array. | |
Get bytes - unpack bits.
Definition in file gbytesc.f.
subroutine gbytesc | ( | character*1, dimension(*) | in, |
integer, dimension(*) | iout, | ||
iskip, | |||
nbyte, | |||
nskip, | |||
n | |||
) |
Extract arbitrary size values from a packed bit string, right justifying each value in the unpacked array.
[in] | IN | Character*1 array input. |
[out] | IOUT | Unpacked array output. |
[in] | ISKIP | Initial number of bits to skip. |
[in] | NBYTE | Number of bits to take. |
[in] | NSKIP | Additional number of bits to skip on each iteration. |
[in] | N | Number of iterations. |