NCEPLIBS-bufr  12.1.0
bufrlib::strtbfe_c Interface Reference

Public Member Functions

subroutine strtbfe_c (ifxyn, ival, meaning, lmeaning, idfxy, idval)
 Store a new master Code/Flag table entry. More...
 

Detailed Description

Definition at line 236 of file bufrlib.F90.

Constructor & Destructor Documentation

◆ strtbfe_c()

bufrlib::strtbfe_c::strtbfe_c ( integer(c_int), intent(in), value  ifxyn,
integer(c_int), intent(in), value  ival,
character(kind=c_char), dimension(*), intent(in)  meaning,
integer(c_int), intent(in), value  lmeaning,
integer(c_int), intent(in), value  idfxy,
integer(c_int), intent(in), value  idval 
)

Store a new master Code/Flag table entry.

Wraps strtbfe() function.

Parameters
ifxyn- WMO bit-wise representation of FXY number for which ival is a defined code or flag table entry.
ival- Code figure or bit number.
meaning- Meaning associated with ifxyn and ival.
lmeaning- Length (in bytes) of meaning.
idfxy- WMO bit-wise representation of FXY number upon which ifxyn and ival depend (if any), or else set to a value of (-1).
idval- Code figure or bit number associated with idfxy and upon which ifxyn and ival depend (if any), or else set to (-1) whenever idfxy is also set to (-1).
Author
J. Ator
Date
2017-11-03

Definition at line 236 of file bufrlib.F90.


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