[][src]Function linuxcnc_hal_sys::hal_param_bit_set

pub unsafe extern "C" fn hal_param_bit_set(
    name: *const c_char,
    value: c_int
) -> c_int

The 'hal_param_xxx_set()' functions modify the value of a parameter. 'name' is the name of the parameter that is to be set. The parameter type must match the function type, and the parameter must not be read-only. 'value' is the value to be loaded into the parameter. On success, the hal_param_xxx_set() functions return 0, and on failure they return a negative error code.