|
NCEPLIBS-bufr 11.7.1
|
Encode an 8 byte integer value within an integer array. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | pkb8 (nval, nbits, ibay, ibit) |
| This subroutine encodes an 8-byte integer value within a specified number of bits of an integer array, starting at the bit immediately after a specified bit within the array. More... | |
Encode an 8 byte integer value within an integer array.
Definition in file pkb8.f.
| subroutine pkb8 | ( | integer(8) | nval, |
| integer(4) | nbits, | ||
| integer(4), dimension(*) | ibay, | ||
| integer(4) | ibit | ||
| ) |
This subroutine encodes an 8-byte integer value within a specified number of bits of an integer array, starting at the bit immediately after a specified bit within the array.
| [in] | NVAL | – integer*8: Value to be encoded |
| [in] | NBITS | – integer: Number of bits of IBAY within which to encode NVAL |
| [out] | IBAY | – integer(*): Array containing encoded NVAL |
| [in,out] | IBIT | – integer: Bit pointer within IBAY
|
Program history log:
| Date | Programmer | Comments |
|---|---|---|
| 2022-05-06 | J. Woollen | Original author |