RE usability: live data for idle controller
This commit is contained in:
parent
9f97695f4c
commit
264933c0f9
|
@ -12,6 +12,13 @@ bit mightResetPid;The idea of 'mightResetPid' is to reset PID only once - each t
|
||||||
bit shouldResetPid;
|
bit shouldResetPid;
|
||||||
bit wasResetPid;This is needed to slowly turn on the PID back after it was reset.
|
bit wasResetPid;This is needed to slowly turn on the PID back after it was reset.
|
||||||
bit mustResetPid;This is used when the PID configuration is changed, to guarantee the reset
|
bit mustResetPid;This is used when the PID configuration is changed, to guarantee the reset
|
||||||
|
bit isCoasting
|
||||||
|
bit useIacTableForCoasting
|
||||||
|
bit notIdling
|
||||||
|
bit needReset
|
||||||
|
bit isInDeadZone
|
||||||
|
bit isBlipping
|
||||||
|
bit useClosedLoop
|
||||||
|
|
||||||
! end of idle_state_s structure definition
|
! end of idle_state_s structure definition
|
||||||
end_struct
|
end_struct
|
||||||
|
|
Loading…
Reference in New Issue