Welcome to the EyeBot  Version 7 - RPi1
A Controller For Various Hardware IO
Functions
processes.c File Reference

the code to handle multiple processes on the GUI More...

#include <signal.h>
#include <wait.h>
#include <eyebot.h>
#include "header.h"

Functions

void sigchld_handler (int signum)
 
pid_t add_process (PROC_PROC *pproc)
 
int chk_process (void)
 
PROC_PROCdel_process (pid_t pid)
 
PROC_PROCgetProcess (int i)
 
PROC_PROCget_process (pid_t pid)
 
void loadMenuItems (LIST_MENU *listmenu)
 
void processMenu ()
 
int load_proc (LIST_MENU *plist)
 
void runProcess (char *execfile)
 

Detailed Description

the code to handle multiple processes on the GUI

Author
Marcus Pham (based on code by Stuart Howard

Function Documentation

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.