Home
last modified time | relevance | path

Searched refs:MotorSlope (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/genesys/
H A Dtables_motor.cpp38 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 Dgl646.cpp72 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 Dmotor.h64 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 Dmotor.cpp31 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 Dfwd.h66 struct MotorSlope;
/third_party/backends/testsuite/backend/genesys/
H A Dtests_motor.cpp37 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