Struct to control MRA. More...
#include "communication.h"
Data Fields | |
short int | v_ctl |
Voltage level for control output. More... | |
short int | v_ctl_read |
Voltage level read from the actuator. More... | |
int | new_data |
?? More... | |
int | new_ctl |
?? More... | |
Struct to control MRA.
Definition at line 129 of file communication.h.
int MRA_DATA_STRUCT::new_ctl |
int MRA_DATA_STRUCT::new_data |
short int MRA_DATA_STRUCT::v_ctl |
Voltage level for control output.
Definition at line 130 of file communication.h.
Referenced by actuate(), control_task(), control_test(), datalogger_update(), devices_close(), devices_init(), periodic_task_1(), ui_mra_data(), and ui_overview_data().
short int MRA_DATA_STRUCT::v_ctl_read |
Voltage level read from the actuator.
Definition at line 131 of file communication.h.
Referenced by datalogger_update(), read_all_data(), ui_mra_data(), and ui_overview_data().