GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
LogicalButtons.h File Reference
#include "colony_config.h"
#include "Ajax/Ui/Events.h"
#include "Cpl/Itc/CloseSync.h"
#include "Cpl/System/Timer.h"
#include "Cpl/Dm/MailboxServer.h"
#include "Cpl/Container/RingBufferMP.h"
Include dependency graph for LogicalButtons.h:

Go to the source code of this file.

Classes

class  Ajax::Ui::LogicalButtons
 This concrete class translates physical button actions into logical UI Button events. More...
 

Namespaces

namespace  Ajax
 The 'Ajax' namespace is the root name space all GM6000 application specific source code.
 
namespace  Ajax::Ui
 The 'Ui' namespace is the root name for UI components, widgets, etc.
 

Macros

#define OPTION_AJAX_UI_LOGICAL_BUTTON_POLLING_RATE_MS   10
 Polling rate, in milliseconds.
 
#define OPTION_AJAX_UI_LOGICAL_BUTTON_HOLD_COUNT   50
 Specifies the initial hold time, in interval counts, before a pressed button generates a repeat event.
 
#define OPTION_AJAX_UI_LOGICAL_BUTTON_REPEAT_COUNT   10
 Specifies the repeat hold time, in interval counts, between a pressed button repeat events.
 

Macro Definition Documentation

◆ OPTION_AJAX_UI_LOGICAL_BUTTON_HOLD_COUNT

#define OPTION_AJAX_UI_LOGICAL_BUTTON_HOLD_COUNT   50

Specifies the initial hold time, in interval counts, before a pressed button generates a repeat event.

◆ OPTION_AJAX_UI_LOGICAL_BUTTON_POLLING_RATE_MS

#define OPTION_AJAX_UI_LOGICAL_BUTTON_POLLING_RATE_MS   10

Polling rate, in milliseconds.

◆ OPTION_AJAX_UI_LOGICAL_BUTTON_REPEAT_COUNT

#define OPTION_AJAX_UI_LOGICAL_BUTTON_REPEAT_COUNT   10

Specifies the repeat hold time, in interval counts, between a pressed button repeat events.