vdr
2.2.0
|
#include <thread.h>
Public Member Functions | |
cPipe (void) | |
~cPipe () | |
operator FILE * () | |
bool | Open (const char *Command, const char *Mode) |
int | Close (void) |
Private Attributes | |
pid_t | pid |
FILE * | f |
int cPipe::Close | ( | void | ) |
Definition at line 520 of file thread.c.
References LOG_ERROR, and cCondWait::SleepMs().
Referenced by cMenuCommands::Execute().
bool cPipe::Open | ( | const char * | Command, |
const char * | Mode | ||
) |
Definition at line 464 of file thread.c.
References LOG_ERROR, and LOG_ERROR_STR.
Referenced by cMenuCommands::Execute().
|
inline |
Definition at line 199 of file thread.h.
References SystemExec().