NT_StartConnectionDataLog

Function NT_StartConnectionDataLog 

Source
pub unsafe extern "C" fn NT_StartConnectionDataLog(
    inst: NT_Inst,
    log: *mut WPI_DataLog,
    name: *const WPI_String,
) -> NT_ConnectionDataLogger
Expand description

Starts logging connection changes to a DataLog.

§Parameters

  • inst: Instance handle.
  • log: Data log object; lifetime must extend until StopConnectionDataLog is called or the instance is destroyed.
  • name: Data log entry name.

§Returns

Data logger handle.