Function ntcore_sys::NT_SetEntryDouble [] [src]

pub unsafe extern "C" fn NT_SetEntryDouble(
    entry: NT_Entry,
    time: u64,
    v_double: f64,
    force: NT_Bool
) -> NT_Bool

Set Entry Double Sets an entry double. If the entry name is not currently assigned to a double, returns error unless the force parameter is set.

@param entry entry handle @param time timestamp @param v_double double value to set @param force 1 to force the entry to get overwritten, otherwise 0 @return 0 on error (type mismatch), 1 on success