Updates:
- Re-located repairprocessrow information in dedicated object - added error conditions to repair row and added condition handling to repair process git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@260 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
typedef enum
|
||||
{
|
||||
MAINMENU = 0,
|
||||
RM_CATHODEMCP_SELECT,
|
||||
REPAIRMENU,
|
||||
ADMINMENU,
|
||||
CALIBRATIONMENU,
|
||||
@@ -230,4 +231,7 @@ extern void repairMenu_feedSecondsCounterFromISR(struct RepairMenu* self);
|
||||
*/
|
||||
extern void repairMenu_interlockFailed(struct RepairMenu* self, T_INTERLOCK_ID interlockID);
|
||||
|
||||
|
||||
extern void repairMenu_processFailed(struct RepairMenu* self);
|
||||
|
||||
#endif /* INC_REPAIRMENU_H_ */
|
||||
|
||||
Reference in New Issue
Block a user