NCEPLIBS-bufr
12.1.0
|
Public Member Functions | |
subroutine | restd_c (lun, tddesc, nctddesc, ctddesc) |
Standardize a local Table D descriptor. More... | |
Definition at line 306 of file bufrlib.F90.
bufrlib::restd_c::restd_c | ( | integer(c_int), intent(in), value | lun, |
integer(c_int), intent(in), value | tddesc, | ||
integer(c_int), intent(out) | nctddesc, | ||
integer(c_int), dimension(*), intent(out) | ctddesc | ||
) |
Standardize a local Table D descriptor.
Wraps restd() function.
lun | - File ID. |
tddesc | - WMO bit-wise representation of FXY value for local Table D descriptor. |
nctddesc | - Number of WMO-standard child descriptors returned in cttdesc. |
ctddesc | - Array of WMO-standard child descriptors equivalent to tddesc. |
Definition at line 306 of file bufrlib.F90.