Function eccodes_sys::codes_dump_content[][src]

pub unsafe extern "C" fn codes_dump_content(
    h: *const codes_handle,
    out: *mut FILE,
    mode: *const c_char,
    option_flags: c_ulong,
    arg: *mut c_void
)
Expand description

Print all keys, with the context print procedure and dump mode to a resource

@param h : the handle to be printed @param out : output file handle @param mode : Examples of available dump modes: debug wmo @param option_flags : all the CODES_DUMP_FLAG_x flags can be used @param arg : used to provide a format to output data (experimental)