Searched refs:MotorSlope (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | tables_motor.cpp | 38 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 39 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 46 motor.profiles.push_back({MotorSlope::create_from_steps(2000, 1375, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 47 motor.profiles.push_back({MotorSlope::create_from_steps(2000, 1375, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 54 motor.profiles.push_back({MotorSlope::create_from_steps(2289, 2100, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 55 motor.profiles.push_back({MotorSlope::create_from_steps(2289, 2100, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 62 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 63 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 70 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 71 motor.profiles.push_back({MotorSlope in genesys_init_motor_tables() [all...] |
H A D | gl646.cpp | 72 MotorSlope slope1; 73 MotorSlope slope2; 84 MotorSlope::create_from_steps(2329, 120, 229), 85 MotorSlope::create_from_steps(3399, 337, 192), 192}, 88 MotorSlope::create_from_steps(3429, 305, 200), 89 MotorSlope::create_from_steps(3399, 337, 192), 192}, 92 MotorSlope::create_from_steps(2905, 187, 143), 93 MotorSlope::create_from_steps(3399, 337, 192), 192}, 96 MotorSlope::create_from_steps(3429, 305, 73), 97 MotorSlope [all...] |
H A D | motor.h | 64 The data in the slope struct MotorSlope corresponds to the above in the following way: 83 struct MotorSlope struct 99 static MotorSlope create_from_steps(unsigned initial_w, unsigned max_w, 121 MotorSlopeTable create_slope_table_for_speed(const MotorSlope& slope, unsigned target_speed_w, 125 std::ostream& operator<<(std::ostream& out, const MotorSlope& slope); 130 MotorProfile(const MotorSlope& a_slope, StepType a_step_type, unsigned a_max_exposure) : in MotorProfile() 134 MotorSlope slope; 161 MotorSlope& get_slope_with_step_type(StepType step_type) in get_slope_with_step_type() 170 const MotorSlope& get_slope_with_step_type(StepType step_type) const in get_slope_with_step_type()
|
H A D | motor.cpp | 31 unsigned MotorSlope::get_table_step_shifted(unsigned step, StepType step_type) const in get_table_step_shifted() 52 MotorSlope MotorSlope::create_from_steps(unsigned initial_w, unsigned max_w, in create_from_steps() 55 MotorSlope slope; in create_from_steps() 104 MotorSlopeTable create_slope_table_for_speed(const MotorSlope& slope, unsigned target_speed_w, in create_slope_table_for_speed() 154 std::ostream& operator<<(std::ostream& out, const MotorSlope& slope) in operator <<() 156 out << "MotorSlope{\n" in operator <<()
|
H A D | fwd.h | 66 struct MotorSlope;
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_motor.cpp | 37 MotorSlope slope; in test_create_slope_table_small_full_step() 67 MotorSlope slope; in test_create_slope_table_small_full_step_target_speed_too_high() 87 MotorSlope slope; in test_create_slope_table_small_half_step() 140 MotorSlope slope; in test_create_slope_table_large_full_step() 198 MotorSlope slope; in test_create_slope_table_large_half_step()
|
Completed in 3 milliseconds