NCEPLIBS-bufr  12.0.1
iupm.f File Reference

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...
 

Detailed Description

Decode an integer value from a character string.

Author
J. Woollen
Date
1994-01-06

Definition in file iupm.f.

Function/Subroutine Documentation

◆ iupm()

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().

Parameters
[in]CBAY- character*(*): String.
[in]NBITS- integer: Number of bits from CBAY to be decoded.
Returns
iupm - integer: Decoded value.
Author
J. Woollen
Date
1994-01-06

Definition at line 19 of file iupm.f.

References bort(), modv_im8b::im8b, irev(), and x84().

Referenced by dxmini(), icbfms(), pktdd(), uptdd(), and wrdxtb().