Type Definition linuxcnc_hal_sys::hal_param_dir_t

source ·
pub type hal_param_dir_t = c_uint;
Expand description

HAL parameters also have a direction attribute. For parameters, the attribute determines whether the user can write the value of the parameter, or simply read it. HAL_RO parameters are read-only, and HAL_RW ones are writable with ‘halcmd setp’.