#include <planner.h>
Data Fields | |
| uint32_t | value |
| struct { | |
| uint16_t rapid_motion:1 | |
| uint16_t system_motion:1 | |
| uint16_t jog_motion:1 | |
| uint16_t backlash_motion:1 | |
| uint16_t no_feed_override:1 | |
| uint16_t inverse_time:1 | |
| uint16_t units_per_rev:1 | |
| uint16_t is_rpm_rate_adjusted:1 | |
| uint16_t is_laser_ppi_mode:1 | |
| uint16_t target_valid:1 | |
| uint16_t target_validated:1 | |
| uint16_t probing_toolsetter:1 | |
| uint16_t unassigned:4 | |
| coolant_state_t coolant | |
| }; | |
| struct { ... } |
| uint16_t backlash_motion |
| coolant_state_t coolant |
| uint16_t inverse_time |
| uint16_t is_laser_ppi_mode |
| uint16_t is_rpm_rate_adjusted |
| uint16_t jog_motion |
| uint16_t no_feed_override |
| uint16_t probing_toolsetter |
| uint16_t rapid_motion |
| uint16_t system_motion |
| uint16_t target_valid |
| uint16_t target_validated |
| uint16_t unassigned |
| uint16_t units_per_rev |
| uint32_t value |