1#ifndef Cpl_TShell_PolledProcessor_h_
2#define Cpl_TShell_PolledProcessor_h_
59 char argDelimiter=
' ',
61 char argTerminator=
'\n',
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
This mutex class defines the interface for a mutex that has "recursive" semantics.
Definition Mutex.h:33
This concrete class provides a non-blocking implementation of Command PolledProcessor for a TShell en...
Definition PolledProcessor.h:29
Cpl::Io::Output * m_outFd
Cached output stream pointer.
Definition PolledProcessor.h:81
int poll() noexcept
See Cpl::TShell::ProcessorApi.
PolledProcessor(Cpl::Container::Map< Command > &commands, Cpl::Text::Frame::StreamDecoder &deframer, Cpl::Text::Frame::StreamEncoder &framer, Cpl::System::Mutex &outputLock, char commentChar='#', char argEscape='`', char argDelimiter=' ', char argQuote='"', char argTerminator='\n', Security::Permission_T initialPermissionLevel = Security::ePUBLIC )
Constructor.
bool start(Cpl::Io::Input &infd, Cpl::Io::Output &outfd, bool blocking=true) noexcept
See Cpl::TShell::ProcessorApi.
int readInput(size_t &frameSize) noexcept
Helper method that executes the decoder, i.e.
This concrete class provides the implementation of Command Processor for a TShell engine.
Definition Processor.h:114
Permission_T
Permissions levels.
Definition Security.h:34
@ ePUBLIC
No permissions, i.e.
Definition Security.h:35
This partially concrete class defines an interface a Text "Decoder" that has a Cpl::Io::Input stream ...
Definition StreamDecoder.h:34
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