1#ifndef Cpl_TShell_PolledMaker_h_
2#define Cpl_TShell_PolledMaker_h_
This file contains a collection of classes, interfaces, etc.
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
static Mutex & tracingOutput(void)
Global mutex for use for the tracing sub-system OUTPUT (see above for more details)
This mutex class defines the interface for a mutex that has "recursive" semantics.
Definition Mutex.h:33
This concrete class is a "Maker" that assembles the objects needed for a 'basic' TShell Processor eng...
Definition PolledMaker.h:29
PolledMaker(Cpl::Container::Map< Command > &cmdlist, Cpl::System::Mutex &lock=Cpl::System::Locks_::tracingOutput())
Constructor.
ProcessorApi & getCommandProcessor(void) noexcept
Returns a reference to the Command processor.
Definition PolledMaker.h:51
PolledProcessor m_processor
Command Processor.
Definition PolledMaker.h:39
Cpl::Text::Frame::StreamEncoder m_framer
Framer for the output.
Definition PolledMaker.h:33
Cpl::Text::Frame::LineDecoder< OPTION_CPL_TSHELL_PROCESSOR_INPUT_SIZE > m_deframer
De-framer for the input stream.
Definition PolledMaker.h:36
This concrete class provides a non-blocking implementation of Command PolledProcessor for a TShell en...
Definition PolledProcessor.h:29
This class defines the interface a TShell Command Processor.
Definition ProcessorApi.h:33
This concrete template class provide a basic implementation of the Frame::Decoder interface that uses...
Definition LineDecoder.h:48
This concrete class implements the Encoder API where the Output destination is a Cpl::Io::Output stre...
Definition StreamEncoder.h:36
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20