1#ifndef Driver_Button_TPipe_Hal_h_
2#define Driver_Button_TPipe_Hal_h_
47#ifndef OPTION_DRIVER_BUTTON_HAL_TPIPE_MAX_BUTTONS
48#define OPTION_DRIVER_BUTTON_HAL_TPIPE_MAX_BUTTONS 32
54#ifndef OPTION_DRIVER_BUTTON_HAL_TPIPE_SIZE_BUTTON_NAME
55#define OPTION_DRIVER_BUTTON_HAL_TPIPE_SIZE_BUTTON_NAME 16
60#ifndef OPTION_DRIVER_BUTTON_HAL_TPIPE_COMMAND_VERB
61#define OPTION_DRIVER_BUTTON_HAL_TPIPE_COMMAND_VERB "buttons"
This file defines a hardware abstraction layer (HAL) for accessing a digital Input that is being used...
void driverButtonHalTPipe_initialize(Cpl::Container::Map< Driver::TPipe::RxFrameHandlerApi > &tpipeRxFrameHandlerList)
This method is used to register the button driver with the TPipe to receive button events.
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33