Struct librobotcontrol_sys::rc_filter_t
source · #[repr(C)]pub struct rc_filter_t {Show 17 fields
pub order: c_int,
pub dt: f64,
pub gain: f64,
pub num: rc_vector_t,
pub den: rc_vector_t,
pub sat_en: c_int,
pub sat_min: f64,
pub sat_max: f64,
pub sat_flag: c_int,
pub ss_en: c_int,
pub ss_steps: f64,
pub in_buf: rc_ringbuf_t,
pub out_buf: rc_ringbuf_t,
pub newest_input: f64,
pub newest_output: f64,
pub step: u64,
pub initialized: c_int,
}
Fields§
§order: c_int
§dt: f64
§gain: f64
§num: rc_vector_t
§den: rc_vector_t
§sat_en: c_int
§sat_min: f64
§sat_max: f64
§sat_flag: c_int
§ss_en: c_int
§ss_steps: f64
§in_buf: rc_ringbuf_t
§out_buf: rc_ringbuf_t
§newest_input: f64
§newest_output: f64
§step: u64
§initialized: c_int
Trait Implementations§
source§impl Clone for rc_filter_t
impl Clone for rc_filter_t
source§fn clone(&self) -> rc_filter_t
fn clone(&self) -> rc_filter_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more