Function ntcore_sys::NT_PollLoggerTimeout [] [src]

pub unsafe extern "C" fn NT_PollLoggerTimeout(
    poller: NT_LoggerPoller,
    len: *mut usize,
    timeout: f64,
    timed_out: *mut NT_Bool
) -> *mut NT_LogMessage

Get the next log event. This blocks until the next log occurs or it times out. @param poller poller handle @param len length of returned array (output) @param timeout timeout, in seconds @param timed_out true if the timeout period elapsed (output) @return Array of information on the log events. If NULL is returned and timed_out is also false, an error occurred (e.g. the instance was invalid or is shutting down).