|
satnogs-rotator-firmware
|
#include <globals.h>
Public Attributes | |
| enum _rotator_status | rotator_status |
| Rotator status. | |
| enum _rotator_error | rotator_error |
| Rotator error. | |
| enum _control_mode | control_mode |
| Control mode. | |
| bool | homing_flag |
| Homing flag. | |
| int8_t | inside_temperature |
| Inside Temperature. | |
| double | park_az |
| double | park_el |
| Park position for both axis. | |
| uint8_t | fault_az |
| uint8_t | fault_el |
| Motor drivers fault flag. | |
| bool | switch_az |
| bool | switch_el |
| End-stop vales. | |
| enum _control_mode _rotator::control_mode |
Control mode.
Definition at line 43 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().
| uint8_t _rotator::fault_el |
| bool _rotator::homing_flag |
Homing flag.
Definition at line 44 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().
| int8_t _rotator::inside_temperature |
Inside Temperature.
Definition at line 45 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().
| double _rotator::park_az |
Definition at line 46 of file globals.h.
Referenced by easycomm::easycomm_proc().
| double _rotator::park_el |
Park position for both axis.
Definition at line 46 of file globals.h.
Referenced by easycomm::easycomm_proc().
| enum _rotator_error _rotator::rotator_error |
Rotator error.
Definition at line 42 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().
| enum _rotator_status _rotator::rotator_status |
Rotator status.
Definition at line 41 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().
| bool _rotator::switch_az |
Definition at line 48 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().
| bool _rotator::switch_el |
End-stop vales.
Definition at line 48 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().