2021-10-13 21:21:29 -07:00
|
|
|
struct_no_prefix ac_control_s
|
|
|
|
|
2022-07-02 01:06:09 -07:00
|
|
|
! main input and output to be displayed on top of View dialog
|
2023-08-22 11:16:19 -07:00
|
|
|
int8_t acButtonState;@@INDICATOR_NAME_AC_SWITCH@@
|
2022-07-02 01:06:09 -07:00
|
|
|
bit m_acEnabled;AC enabled
|
|
|
|
|
|
|
|
|
2022-07-02 00:49:49 -07:00
|
|
|
bit engineTooSlow;AC engine too slow
|
|
|
|
bit engineTooFast;AC engine too fast
|
|
|
|
bit noClt;AC no CLT
|
|
|
|
bit engineTooHot;AC engine too hot
|
|
|
|
bit tpsTooHigh;AC tps too high
|
|
|
|
bit isDisabledByLua;AC disabled by Lua
|
2022-08-31 16:01:42 -07:00
|
|
|
bit acCompressorState;AC compressor on
|
2024-06-18 03:14:31 -07:00
|
|
|
bit acPressureTooLow;AC pressure too low
|
|
|
|
bit acPressureTooHigh;AC pressure too high
|
2021-10-13 21:21:29 -07:00
|
|
|
|
2021-10-13 21:30:54 -07:00
|
|
|
end_struct
|