|
satnogs-rotator-firmware
|
#include <globals.h>
Public Attributes | |
| double | input |
| Motor Position feedback in deg. | |
| double | input_prv |
| T-1 Motor Position feedback in deg. | |
| double | speed |
| Motor Rotation speed in deg/s. | |
| double | setpoint |
| Position set point in deg. | |
| double | setpoint_speed |
| Speed set point in deg/s. | |
| uint16_t | load |
| Motor Load in mA. | |
| double | u |
| Control signal range 0-255. | |
| double | p |
| double | i |
| double | d |
| Control gains. | |
| double _control::d |
| double _control::i |
Definition at line 37 of file globals.h.
Referenced by easycomm::easycomm_proc().
| double _control::input |
Motor Position feedback in deg.
Definition at line 30 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().
| double _control::input_prv |
| uint16_t _control::load |
| double _control::p |
Definition at line 37 of file globals.h.
Referenced by easycomm::easycomm_proc().
| double _control::setpoint |
Position set point in deg.
Definition at line 33 of file globals.h.
Referenced by easycomm::easycomm_proc(), homing(), and loop().
| double _control::setpoint_speed |
Speed set point in deg/s.
Definition at line 34 of file globals.h.
Referenced by easycomm::easycomm_proc().
| double _control::speed |
Motor Rotation speed in deg/s.
Definition at line 32 of file globals.h.
Referenced by easycomm::easycomm_proc().