|
NCEPLIBS-bufr
12.2.0
|
Public Member Functions | |
| subroutine | crbmg_c (bmg, mxmb, nmb, iret) |
| Read the next BUFR message from the file that was opened via the most recent call to subroutine cobfl_c() with io = 'r'. More... | |
Definition at line 43 of file bufr_interface.F90.
| bufr_interface::crbmg_c::crbmg_c | ( | character(kind=c_char), dimension(*), intent(out) | bmg, |
| integer(c_int), intent(in), value | mxmb, | ||
| integer(c_int), intent(out) | nmb, | ||
| integer(c_int), intent(out) | iret | ||
| ) |
Read the next BUFR message from the file that was opened via the most recent call to subroutine cobfl_c() with io = 'r'.
Wraps crbmg() function.
| mxmb | - Number of elements in bmg array; used by the function to ensure that it doesn't overflow the array. |
| bmg | - BUFR message |
| nmb | - Size of BUFR message in bmg array |
| iret | - Return code 0 indicates success, any other value indicates failure |
Definition at line 43 of file bufr_interface.F90.