|
NCEPLIBS-bufr 11.7.1
|
Determine the numerical data value equivalent to the setting of a specified bit within a flag table. More...
Go to the source code of this file.
Functions/Subroutines | |
| real *8 function | pkftbv (NBITS, IBIT) |
| This function computes the numerical value equivalent to the setting of bit #IBIT within a flag table of NBITS bits. More... | |
Determine the numerical data value equivalent to the setting of a specified bit within a flag table.
Definition in file pkftbv.f.
| real*8 function pkftbv | ( | NBITS, | |
| IBIT | |||
| ) |
This function computes the numerical value equivalent to the setting of bit #IBIT within a flag table of NBITS bits.
If the computation fails for any reason, then the function returns the current placeholder value for "missing" data.
| [in] | NBITS | – integer: Total number of bits in flag table |
| [in] | IBIT | – integer: Number of bit to be set |
Program history log:
| Date | Programmer | Comments |
|---|---|---|
| 2005-11-29 | J. Ator | Original version |
Definition at line 31 of file pkftbv.f.
References modv_bmiss::bmiss, and pkftbv().
Referenced by pkftbv().