#include <stepper_reg.hpp>
Public Types | |
using | TYPE_BAUDRATE = uint8_t |
using | TYPE_COMMAND = uint8_t |
using | TYPE_ENTER_BOOTLOADER = uint32_t |
using | TYPE_FIRMWARE_RUNNING = uint8_t |
using | TYPE_FIRMWARE_VERSION = uint32_t |
using | TYPE_GOAL_POSITION = uint32_t |
using | TYPE_GOAL_VELOCITY = uint32_t |
using | TYPE_HOMING_ABS_POSITION = uint32_t |
using | TYPE_HOMING_DIRECTION = uint8_t |
using | TYPE_HOMING_STALL_THRESHOLD = uint8_t |
using | TYPE_HOMING_STATUS = uint8_t |
using | TYPE_HW_ERROR_STATUS = uint8_t |
using | TYPE_ID = uint8_t |
using | TYPE_MAX_POSITION_LIMIT = uint32_t |
using | TYPE_MIN_POSITION_LIMIT = uint32_t |
using | TYPE_MODEL_NUMBER = uint16_t |
using | TYPE_OPERATING_MODE = uint8_t |
using | TYPE_PRESENT_POSITION = uint32_t |
using | TYPE_PRESENT_TEMPERATURE = uint8_t |
using | TYPE_PRESENT_VELOCITY = uint32_t |
using | TYPE_PRESENT_VOLTAGE = uint16_t |
using | TYPE_PROFILE = uint32_t |
using | TYPE_TORQUE_ENABLE = uint8_t |
Static Public Attributes | |
static constexpr uint16_t | ADDR_A1 = 1028 |
static constexpr uint16_t | ADDR_AMAX = 1036 |
static constexpr uint16_t | ADDR_BAUDRATE = 8 |
static constexpr uint16_t | ADDR_COMMAND = 147 |
static constexpr uint16_t | ADDR_D1 = 1048 |
static constexpr uint16_t | ADDR_DMAX = 1044 |
static constexpr uint16_t | ADDR_ENTER_BOOTLOADER = 8193 |
static constexpr uint16_t | ADDR_FIRMWARE_RUNNING = 8192 |
static constexpr uint16_t | ADDR_FIRMWARE_VERSION = 59 |
static constexpr uint16_t | ADDR_GOAL_POSITION = 116 |
static constexpr uint16_t | ADDR_GOAL_VELOCITY = 104 |
static constexpr uint16_t | ADDR_HOMING_ABS_POSITION = 151 |
static constexpr uint16_t | ADDR_HOMING_DIRECTION = 149 |
static constexpr uint16_t | ADDR_HOMING_STALL_THRESHOLD = 150 |
static constexpr uint16_t | ADDR_HOMING_STATUS = 148 |
static constexpr uint16_t | ADDR_HW_ERROR_STATUS = 70 |
static constexpr uint16_t | ADDR_ID = 7 |
static constexpr uint16_t | ADDR_MAX_POSITION_LIMIT = 48 |
static constexpr uint16_t | ADDR_MIN_POSITION_LIMIT = 52 |
static constexpr uint16_t | ADDR_MODEL_NUMBER = 0 |
static constexpr uint16_t | ADDR_OPERATING_MODE = 11 |
static constexpr uint16_t | ADDR_PRESENT_POSITION = 132 |
static constexpr uint16_t | ADDR_PRESENT_TEMPERATURE = 146 |
static constexpr uint16_t | ADDR_PRESENT_VELOCITY = 128 |
static constexpr uint16_t | ADDR_PRESENT_VOLTAGE = 144 |
static constexpr uint16_t | ADDR_TORQUE_ENABLE = 64 |
static constexpr uint16_t | ADDR_V1 = 1032 |
static constexpr uint16_t | ADDR_VMAX = 1040 |
static constexpr uint16_t | ADDR_VSTART = 1024 |
static constexpr uint16_t | ADDR_VSTOP = 1052 |
static constexpr int | MODEL_NUMBER = 2000 |
static constexpr common::model::EHardwareType | motor_type = common::model::EHardwareType::STEPPER |
static constexpr float | PROTOCOL_VERSION = 2.0 |
static constexpr float | VELOCITY_UNIT = 0.01 |
static constexpr int | VOLTAGE_CONVERSION = 1000 |
Definition at line 26 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_BAUDRATE = uint8_t |
Definition at line 42 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_COMMAND = uint8_t |
Definition at line 88 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_ENTER_BOOTLOADER = uint32_t |
Definition at line 119 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_FIRMWARE_RUNNING = uint8_t |
Definition at line 116 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_FIRMWARE_VERSION = uint32_t |
Definition at line 54 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_GOAL_POSITION = uint32_t |
Definition at line 70 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_GOAL_VELOCITY = uint32_t |
Definition at line 66 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_HOMING_ABS_POSITION = uint32_t |
Definition at line 100 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_HOMING_DIRECTION = uint8_t |
Definition at line 94 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_HOMING_STALL_THRESHOLD = uint8_t |
Definition at line 97 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_HOMING_STATUS = uint8_t |
Definition at line 91 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_HW_ERROR_STATUS = uint8_t |
Definition at line 62 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_ID = uint8_t |
Definition at line 39 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_MAX_POSITION_LIMIT = uint32_t |
Definition at line 48 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_MIN_POSITION_LIMIT = uint32_t |
Definition at line 51 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_MODEL_NUMBER = uint16_t |
Definition at line 36 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_OPERATING_MODE = uint8_t |
Definition at line 45 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_PRESENT_POSITION = uint32_t |
Definition at line 78 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_PRESENT_TEMPERATURE = uint8_t |
Definition at line 85 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_PRESENT_VELOCITY = uint32_t |
Definition at line 74 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_PRESENT_VOLTAGE = uint16_t |
Definition at line 82 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_PROFILE = uint32_t |
Definition at line 103 of file stepper_reg.hpp.
using ttl_driver::StepperReg::TYPE_TORQUE_ENABLE = uint8_t |
Definition at line 59 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 105 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 107 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 41 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 87 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 110 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 109 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 118 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 115 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 53 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 69 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 65 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 99 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 93 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 96 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 90 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 61 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 38 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 47 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 50 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 35 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 44 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 77 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 84 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 73 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 81 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 58 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 106 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 108 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 104 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 111 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 31 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 28 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 30 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 64 of file stepper_reg.hpp.
|
staticconstexpr |
Definition at line 32 of file stepper_reg.hpp.