|
|
| Process (char **argv) |
| |
|
void | setProcessInfo (string processUri, string objName) |
| |
|
void | checkCom () |
| |
|
bool | sendMsg (string msg) |
| |
|
virtual void | messageReceived (string msg) |
| |
|
void | setProcessListener (IProcessListener *listener) |
| |
|
void | run () |
| |
|
void | forceKill () |
| |
|
|
static bool | sendMsg (FILE *fd, string msg) |
| |
|
static string | receiveMsg (FILE *fd) |
| |
|
static FILE * | openW (string wName) |
| |
|
static FILE * | openR (string rName) |
| |
The documentation for this class was generated from the following files:
- gingacc-system/include/system/process/Process.h
- gingacc-system/src/process/Process.cpp