NCEPLIBS-bufr  12.1.0
bufrlib::crdbufr_c Interface Reference

Public Member Functions

integer(c_int) function crdbufr_c (nfile, bufr, mxwrd)
 Read the next message from a BUFR file that was previously opened for reading. More...
 

Detailed Description

Definition at line 117 of file bufrlib.F90.

Constructor & Destructor Documentation

◆ crdbufr_c()

bufrlib::crdbufr_c::crdbufr_c ( integer(c_int), intent(in), value  nfile,
integer(c_int), dimension(*), intent(out)  bufr,
integer(c_int), intent(in), value  mxwrd 
)

Read the next message from a BUFR file that was previously opened for reading.

Wraps crdbufr() function.

Parameters
nfile- File ID.
bufr- BUFR message.
mxwrd- Number of elements in bufr array; used by the function to ensure that it doesn't overflow the array.

Return code:

  • 0 = normal return
  • -1 = end-of-file encountered while reading
  • -2 = I/O error encountered while reading
  • -3 = overflow of bufr array
Author
J. Ator
Date
2005-11-29

Definition at line 117 of file bufrlib.F90.


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