|
NCEPLIBS-w3emc
2.11.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. More... | |
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. |