|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_upds3_c (mbay, lcds3, ccds3, nds3) |
| Catch any bort error inside of subroutine upds3(). More... | |
Definition at line 958 of file bufrlib.F90.
| bufrlib::catch_bort_upds3_c::catch_bort_upds3_c | ( | integer(c_int), dimension(*), intent(in) | mbay, |
| integer(c_int), intent(in), value | lcds3, | ||
| character(kind=c_char), dimension(6,*), intent(out) | ccds3, | ||
| integer(c_int), intent(out) | nds3 | ||
| ) |
Catch any bort error inside of subroutine upds3().
Wraps catch_bort_upds3() function.
| mbay | - BUFR message |
| lcds3 | - Allocated length of cds3 |
| ccds3 | - Data descriptor sequence within Section 3 of mbay |
| nds3 | - Number of descriptors returned in cds3 |
Definition at line 958 of file bufrlib.F90.