NCEPLIBS-bufr
12.1.0
|
Public Member Functions | |
subroutine | srchtbf_c (ifxyi, ivali, ifxyd, mxfxyd, ivald, meaning, mxmng, lnmng, iret) |
Search for a specified master Code/Flag table entry. More... | |
Definition at line 287 of file bufrlib.F90.
bufrlib::srchtbf_c::srchtbf_c | ( | integer(c_int), intent(in), value | ifxyi, |
integer(c_int), intent(in), value | ivali, | ||
integer(c_int), intent(inout) | ifxyd, | ||
integer(c_int), intent(in), value | mxfxyd, | ||
integer(c_int), intent(in), value | ivald, | ||
character(kind=c_char), dimension(*), intent(out) | meaning, | ||
integer(c_int), intent(in), value | mxmng, | ||
integer(c_int), intent(out) | lnmng, | ||
integer(c_int), intent(out) | iret | ||
) |
Search for a specified master Code/Flag table entry.
Wraps srchtbf() function.
ifxyi | - WMO bit-wise representation of FXY number to search for. |
ivali | - Value (code figure or bit number) associated with ifxyi. |
ifxyd | - Dependence indicator:
|
ivald | - Value (code figure or bit number) associated with the FXY number in ifxyd[0]; set to (-1) whenever ifxyd[0] is also set to (-1). |
mxfxyd | - Number of elements in ifxyd array; used by the function to ensure that it doesn't overflow the array. |
mxmng | - Number of elements in meaning array; used by the function to ensure that it doesn't overflow the string. |
meaning | - Meaning corresponding to ifxyi and ivali (and to ifxyd[0] and ivald, if specified on input). |
lnmng | - Length (in bytes) of string returned in CMEANG. |
iret | - Return code:
|
Definition at line 287 of file bufrlib.F90.