NCEPLIBS-bufr  12.0.0
bufr_interface::crbmg_c Interface Reference

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...
 

Detailed Description

Definition at line 43 of file bufr_interface.F90.

Constructor & Destructor Documentation

◆ crbmg_c()

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.

Parameters
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
Author
J. Ator
Date
2023-03-22

Definition at line 43 of file bufr_interface.F90.


The documentation for this interface was generated from the following file: