1#ifndef Driver_TPipe_Maker_h_
2#define Driver_TPipe_Maker_h_
15#include "colony_config.h"
22#ifndef OPTION_DRIVER_TPIPE_RAW_INPUT_SIZE
23#define OPTION_DRIVER_TPIPE_RAW_INPUT_SIZE 128
52 size_t maxRxFrameSize,
53 const char* verbDelimiters =
" ",
54 char startOfFrame =
'^',
55 char endOfFrame =
';',
56 char escapeChar =
'`' );
#define OPTION_DRIVER_TPIPE_RAW_INPUT_SIZE
The size, in bytes, of the work buffer used to read from the input stream.
Definition Maker.h:23
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This partially concrete class defines an interface a Text "Decoder" that has a Cpl::Io::Input stream ...
Definition StreamDecoder.h:34
This concrete class is a "Maker" that assembles the objects needed for TPipe.
Definition Maker.h:36
Pipe & getPipeProcessor(void) noexcept
Returns a reference to the TPipe processor.
Definition Maker.h:61
const char m_sof
SOF character.
Definition Maker.h:91
bool isStartOfFrame() noexcept
See Cpl::Text::Frame::Decoder_.
Pipe m_processor
Pipe Processor.
Definition Maker.h:85
bool isEscapeChar() noexcept
See Cpl::Text::Frame::Decoder_.
const char m_eof
EOF character.
Definition Maker.h:94
bool isLegalCharacter() noexcept
See Cpl::Text::Frame::Decoder_.
const char m_esc
Escape character.
Definition Maker.h:97
Cpl::Text::Frame::StreamEncoder m_framer
Framer for the output.
Definition Maker.h:82
char m_workBuffer[OPTION_DRIVER_TPIPE_RAW_INPUT_SIZE]
Work buffer for raw incoming data (is not a null terminated string)
Definition Maker.h:88
bool isEofOfFrame() noexcept
See Cpl::Text::Frame::Decoder_.
Maker(Cpl::Container::Map< RxFrameHandlerApi > &frameHandlerList, size_t maxRxFrameSize, const char *verbDelimiters=" ", char startOfFrame='^', char endOfFrame=';', char escapeChar='`')
Constructor.
This concrete class provides the implementation of TPipe.
Definition Pipe.h:60
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20