NCEPLIBS-bufr  12.0.0
getntbe.f File Reference

Read the first line of the next entry from a master table B, table D or Code/Flag table file. More...

Go to the source code of this file.

Functions/Subroutines

subroutine getntbe (LUNT, IFXYN, LINE, IRET)
 This subroutine reads the first line of the next entry from the specified ASCII master table B, table D or table F (Code/Flag) file. More...
 

Detailed Description

Read the first line of the next entry from a master table B, table D or Code/Flag table file.

Author
J. Ator
Date
2007-01-19

Definition in file getntbe.f.

Function/Subroutine Documentation

◆ getntbe()

subroutine getntbe (   LUNT,
  IFXYN,
character*(*)  LINE,
  IRET 
)

This subroutine reads the first line of the next entry from the specified ASCII master table B, table D or table F (Code/Flag) file.

This line contains, among other things, the FXY number corresponding to this entry.

Parameters
[in]LUNT– integer: Fortran logical unit number of master table B, table D or Code/Flag table file
[out]IFXYN– integer: Bit-wise representation of FXY number for next table entry
[out]LINE– character*(*): First line of next table entry
[out]IRET– integer: return code
  • 0 = normal return
  • -1 = end-of-file encountered while reading from LUNT
  • -2 = I/O error encountered while reading from LUNT
Author
J. Ator
Date
2007-01-19

Definition at line 25 of file getntbe.f.

References bort2(), ifxy(), igetfxy(), igetntbl(), and parstr().

Referenced by rdmtbb(), rdmtbd(), and rdmtbf().