1#ifndef Driver_Tpipe_RxFrameHandler_h_
2#define Driver_Tpipe_RxFrameHandler_h_
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This abstract class defines the 'Received Frame Handler' interface for the TPipe.
Definition RxFrameHandlerApi.h:29
This partially concrete class provides functionality that is common to all Frame handlers.
Definition RxFrameHandler.h:30
const char * getVerb() const noexcept
See Driver::TPipe::RxFrameHandlerApi.
const Cpl::Container::Key & getKey() const noexcept
See Cpl::Container::Key.
Cpl::Container::KeyLiteralString m_mapKey
Verb.
Definition RxFrameHandler.h:46
RxFrameHandler(Cpl::Container::Map< RxFrameHandlerApi > &handlerList, const char *verb) noexcept
Constructor.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20