1#ifndef Cpl_TShell_Stdio_h_
2#define Cpl_TShell_Stdio_h_
75 void launch(
Cpl::Io::Input& infd,
Cpl::Io::Output& outfd ) noexcept;
#define CPL_SYSTEM_THREAD_PRIORITY_LOWER
This value can be 'added' to one of the above Priorities to decrease (i.e.
Definition Thread.h:45
#define CPL_SYSTEM_THREAD_PRIORITY_NORMAL
The recommended/default priority for a thread.
Definition Thread.h:30
This is an abstract class defines the interface for an object that is "executed" when a Thread object...
Definition Runnable.h:29
This abstract class defines the operations that can be performed on a thread.
Definition Thread.h:62
This class defines the interface a TShell Command Processor.
Definition ProcessorApi.h:33
This concrete class provides the 'threading wrapper' for running a TShell Command Processor.
Definition Stdio.h:33
Cpl::System::Thread * m_threadPtr
Thread that the shell runs in.
Definition Stdio.h:39
Stdio(ProcessorApi &shell, const char *threadName="TShell", int threadPriority=CPL_SYSTEM_THREAD_PRIORITY_NORMAL+CPL_SYSTEM_THREAD_PRIORITY_LOWER, bool thisIsAStaticInstance=true) noexcept
Constructor.
Cpl::System::Runnable * m_runnablePtr
Runnable instance.
Definition Stdio.h:48
void launch(Cpl::Io::Input &infd, Cpl::Io::Output &outfd) noexcept
This method starts the Processor.
int m_priority
Thread priority to run the shell.
Definition Stdio.h:42
bool m_staticInstance
How I was created.
Definition Stdio.h:51
const char * m_name
Thread name for the shell.
Definition Stdio.h:45
ProcessorApi & m_shell
Command Processor to run.
Definition Stdio.h:36
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20