NCEPLIBS-bufr
12.0.0
|
Decode an integer value from an integer array. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive function | iupb (MBAY, NBYT, NBIT) |
Decode an integer value from an integer array. More... | |
recursive function iupb | ( | dimension(*) | MBAY, |
NBYT, | |||
NBIT | |||
) |
Decode an integer value from an integer array.
This function decodes an integer value from within a specified number of bits of an integer array, starting with the first bit of a specified byte of the array.
[in] | MBAY | - integer(*): Array containing encoded value. |
[in] | NBYT | - integer: Byte within MBAY at whose first bit to begin decoding. |
[in] | NBIT | - integer: Number of bits to be decoded. |
Definition at line 20 of file iupb.f.
References modv_im8b::im8b, upb(), and x84().
Referenced by cktaba(), cpyupd(), getlens(), bufr_c2f_interface::iupb_c(), iupbs01(), iupbs3(), msgupd(), rdmems(), rtrcptb(), stbfdx(), stndrd(), upds3(), and wrdxtb().