|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_iupm_c (cbay, nbits, iret, lcbay) |
| Catch any bort error inside of function iupm(). More... | |
Definition at line 1790 of file bufrlib.F90.
| bufrlib::catch_bort_iupm_c::catch_bort_iupm_c | ( | character(kind=c_char), dimension(*), intent(inout) | cbay, |
| integer(c_int), intent(in), value | nbits, | ||
| integer(c_int), intent(out) | iret, | ||
| integer(c_int), intent(in), value | lcbay | ||
| ) |
Catch any bort error inside of function iupm().
Wraps catch_bort_iupm() function.
| cbay | - Character string |
| nbits | - Number of bits to decode from cbay |
| iret | - Decoded value |
| lcbay | - Length of cbay |
Definition at line 1790 of file bufrlib.F90.