|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ipkm_c (cbay, nbyt, ival, cbay_len) |
| Catch any bort error inside of function ipkm(). More... | |
Definition at line 1808 of file bufrlib.F90.
| bufrlib::catch_bort_ipkm_c::catch_bort_ipkm_c | ( | character(kind=c_char), dimension(*), intent(out) | cbay, |
| integer(c_int), intent(in), value | nbyt, | ||
| integer(c_int), intent(in), value | ival, | ||
| integer(c_int), intent(in), value | cbay_len | ||
| ) |
Catch any bort error inside of function ipkm().
Wraps catch_bort_ipkm() function.
| cbay | - Character string |
| nbyt | - Number of bytes of cbay within which to encode ival |
| ival | - Value to encode |
| cbay_len | - Allocated length of cbay |
Definition at line 1808 of file bufrlib.F90.