forked from achamaikin/CCSModuleSW30Web
Add fire alarm handling for DC30 CCS main controller.
Latch fire alarm until reboot, block recovery commands, and send periodic Everest ESTOP while active. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef INC_FIRE_ALARM_H_
|
||||
#define INC_FIRE_ALARM_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t FireAlarm_IsLatched(void);
|
||||
uint8_t FireAlarm_IsBlockingCommand(uint8_t command_code);
|
||||
void FireAlarm_Activate(void);
|
||||
void FireAlarm_Maintain(void);
|
||||
|
||||
#endif /* INC_FIRE_ALARM_H_ */
|
||||
Reference in New Issue
Block a user