#include <wvsubproc.h>
Public Methods | |
WvSubProc () | |
WvSubProc (const char cmd[], const char *const *argv) | |
virtual | ~WvSubProc () |
int | start (const char cmd[],...) |
int | startv (const char cmd[], const char *const *argv) |
void | stop (time_t msec_delay) |
void | wait (time_t msec_delay) |
void | kill (int sig) |
void | kill_primary (int sig) |
void | suspend () |
void | resume () |
WvSubProc () | |
WvSubProc (const char cmd[], const char *const *argv) | |
virtual | ~WvSubProc () |
int | start (const char cmd[],...) |
int | startv (const char cmd[], const char *const *argv) |
void | stop (time_t msec_delay) |
void | wait (time_t msec_delay) |
void | kill (int sig) |
void | kill_primary (int sig) |
void | suspend () |
void | resume () |
Public Attributes | |
pid_t | pid |
bool | running |
int | estatus |
WvStringList | env |
|
Definition at line 18 of file wvsubproc.cc. |
|
Definition at line 37 of file include/wvsubproc.h. References startv. |
|
Definition at line 26 of file wvsubproc.cc. References stop. |
|
|
|
Definition at line 37 of file utils/wvsubproc.h. References startv. |
|
|
|
|
|
Definition at line 107 of file wvsubproc.cc. References kill_primary, pid, and running. |
|
|
|
Definition at line 120 of file wvsubproc.cc. Referenced by kill. |
|
Definition at line 63 of file utils/wvsubproc.h. References kill. |
|
Definition at line 63 of file include/wvsubproc.h. References kill. |
|
|
|
Definition at line 34 of file wvsubproc.cc. |
|
|
|
Definition at line 66 of file wvsubproc.cc. References env, estatus, pid, and running. Referenced by WvInterface::addroute, WvInterface::delroute, start, and WvSubProc. |
|
|
|
Definition at line 129 of file wvsubproc.cc. References kill, running, and wait. Referenced by ~WvSubProc. |
|
Definition at line 61 of file utils/wvsubproc.h. References kill. |
|
Definition at line 61 of file include/wvsubproc.h. References kill. |
|
|
|
Definition at line 160 of file wvsubproc.cc. References estatus, msecdiff, pid, and running. Referenced by WvInterface::addroute, WvInterface::delroute, and stop. |
|
Definition at line 33 of file utils/wvsubproc.h. Referenced by startv. |
|
Definition at line 32 of file utils/wvsubproc.h. Referenced by WvInterface::addroute, WvInterface::delroute, startv, wait, and WvSubProc. |
|
Definition at line 30 of file utils/wvsubproc.h. Referenced by kill, kill_primary, startv, wait, and WvSubProc. |
|
Definition at line 31 of file utils/wvsubproc.h. Referenced by kill, kill_primary, start, startv, stop, wait, and WvSubProc. |