[][src]Type Definition linuxcnc_hal_sys::hal_param_dir_t

type hal_param_dir_t = u32;

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'.