Function eccodes_sys::grib_index_select_long[][src]

pub unsafe extern "C" fn grib_index_select_long(
    index: *mut grib_index,
    key: *const c_char,
    value: c_long
) -> c_int
Expand description

Select the message subset with key==value. The value is a long. The key must have been created with long type or have long as native type if the type was not explicitly defined in the index creation.

@param index : an index created from a file. The index must have been created with the key in argument. @param key : key to be selected @param value : value of the key to select @return 0 if OK, integer value on error