|
OpenASIP 2.2
|
#include <CommandThread.hh>


Public Member Functions | |
| CommandThread (const std::string &cmd) | |
| virtual | ~CommandThread () |
| virtual ExitCode | Entry () |
Private Member Functions | |
| CommandThread (const CommandThread &) | |
| Copying not allowed. | |
| CommandThread & | operator= (const CommandThread &) |
| Assignment not allowed. | |
Private Attributes | |
| std::string | cmd_ |
| Command to be executed. | |
Class for running command in its own thread.
Definition at line 43 of file CommandThread.hh.
|
explicit |
Constructor.
| cmd | Command to be runned by thread. |
Definition at line 44 of file CommandThread.cc.
|
virtual |
|
private |
Copying not allowed.
|
virtual |
Entry point of the thread.
Definition at line 59 of file CommandThread.cc.
References cmd_, and FileSystem::runShellCommand().

|
private |
Assignment not allowed.
|
private |