1#ifndef Ajax_Ui_LogicalButtons_h_
2#define Ajax_Ui_LogicalButtons_h_
16#include "colony_config.h"
25#ifndef OPTION_AJAX_UI_LOGICAL_BUTTON_POLLING_RATE_MS
26#define OPTION_AJAX_UI_LOGICAL_BUTTON_POLLING_RATE_MS 10
32#ifndef OPTION_AJAX_UI_LOGICAL_BUTTON_HOLD_COUNT
33#define OPTION_AJAX_UI_LOGICAL_BUTTON_HOLD_COUNT 50
39#ifndef OPTION_AJAX_UI_LOGICAL_BUTTON_REPEAT_COUNT
40#define OPTION_AJAX_UI_LOGICAL_BUTTON_REPEAT_COUNT 10
86 int detectEdges(
bool currentPressedState,
bool& prevPressedSate )
noexcept;
NOTE: This file can only contain valid C code since it will be included via the colony_map....
AjaxUiEvent_T
Enum for the set of UI events (okay, there are only button events)
Definition Events.h:23
This template class implements a THREAD SAFE Ring Buffer AND it maintains/reports the number of eleme...
Definition RingBufferMP.h:35
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This partially concrete class implements the synchronous ITC close call for the CloseApi.
Definition CloseSync.h:34
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
This mostly concrete interface defines the operations that can be performed on a software timer.
Definition Timer.h:47
The 'Ajax' namespace is the root name space all GM6000 application specific source code.