NCEPLIBS-bufr
12.0.1
|
Decode an integer value from a character string. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive function | iupm (CBAY, NBITS) |
Decode an integer value from a character string. More... | |
recursive function iupm | ( | character*8 | CBAY, |
NBITS | |||
) |
Decode an integer value from a character string.
This function decodes an integer value from within a specified number of bits of a character string, starting with the first bit of the first byte of the string.
This function is the logical inverse of subroutine ipkm().
[in] | CBAY | - character*(*): String. |
[in] | NBITS | - integer: Number of bits from CBAY to be decoded. |
Definition at line 19 of file iupm.f.
References bort(), modv_im8b::im8b, irev(), and x84().
Referenced by dxmini(), icbfms(), pktdd(), uptdd(), and wrdxtb().