GM6000 Digital Heater Controller Branch: main
SDX-1330
Enumerations
Events.h File Reference

Detailed Description

NOTE: This file can only contain valid C code since it will be included via the colony_map.h LHeader pattern.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  AjaxUiEvent_T {
  AJAX_UI_EVENT_BUTTON_A , AJAX_UI_EVENT_BUTTON_B , AJAX_UI_EVENT_BUTTON_X , AJAX_UI_EVENT_BUTTON_Y ,
  AJAX_UI_EVENT_BUTTON_ESC , AJAX_UI_EVENT_NO_EVENT
}
 Enum for the set of UI events (okay, there are only button events) More...
 

Enumeration Type Documentation

◆ AjaxUiEvent_T

Enum for the set of UI events (okay, there are only button events)

Enumerator
AJAX_UI_EVENT_BUTTON_A 

Top left button.

AJAX_UI_EVENT_BUTTON_B 

Bottom left button.

AJAX_UI_EVENT_BUTTON_X 

Top right button.

AJAX_UI_EVENT_BUTTON_Y 

Bottom right button.

AJAX_UI_EVENT_BUTTON_ESC 

The two bottom buttons pressed together.

AJAX_UI_EVENT_NO_EVENT 

No/null/nop event.