NCEPLIBS-bufr
12.0.0
|
Encode an integer value within an integer array. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pkb (NVAL, NBITS, IBAY, IBIT) |
This subroutine encodes an 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... | |
subroutine pkb | ( | NVAL, | |
NBITS, | |||
dimension(*) | IBAY, | ||
IBIT | |||
) |
This subroutine encodes an 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: 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
|
Definition at line 27 of file pkb.f.
References bort(), and irev().
Referenced by atrcpt(), cmsgini(), cnved4(), cpyupd(), dxmini(), msgini(), msgupd(), msgwrt(), mvb(), pad(), padmsg(), pkb8(), pkbs1(), stndrd(), wrcmps(), and wrdxtb().