NCEPLIBS-bufr
11.5.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... | |
Encode an integer value within an integer array.
Definition in file pkb.f.
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
|
Program history log:
Definition at line 40 of file pkb.f.
References bort(), and irev().
Referenced by atrcpt(), cmsgini(), cnved4(), cpyupd(), dxmini(), msgini(), msgupd(), msgwrt(), mvb(), pad(), padmsg(), pkbs1(), stndrd(), wrcmps(), wrdxtb(), and wrtree().