open_message_file

Function open_message_file 

Source
pub unsafe extern "C" fn open_message_file(
    fname: *mut c_char,
) -> c_int
Expand description

@ingroup message_file Creates message file, once open call to timemsg_printf(), will not send messages to tracker. Messages are kept in a queue if the application is in realtime mode, and written to disk on non real-time mode except when close_message_file() is called while in real-time mode. @param[in] fname Message file name