Welcome to the EyeBot
Version 7 - RPi1
A Controller For Various Hardware IO
|
the code to handle multiple processes on the GUI More...
Functions | |
void | sigchld_handler (int signum) |
pid_t | add_process (PROC_PROC *pproc) |
int | chk_process (void) |
PROC_PROC * | del_process (pid_t pid) |
PROC_PROC * | getProcess (int i) |
PROC_PROC * | get_process (pid_t pid) |
void | loadMenuItems (LIST_MENU *listmenu) |
void | processMenu () |
int | load_proc (LIST_MENU *plist) |
void | runProcess (char *execfile) |
the code to handle multiple processes on the GUI
pid_t add_process | ( | PROC_PROC * | pproc | ) |
Add a new process to the process list. Return the current number number of processes in the list.