#include <signal.h>#include <unistd.h>#include <paths.h>#include <termios.h>#include <sys/wait.h>#include <sys/ioctl.h>#include <sys/reboot.h>#include <sys/types.h>#include <linux/serial.h>#include <iostream>#include <cstdlib>#include "AP_Types.h"#include "AP_String.h"#include "AP_Array.h"#include "AP_Hash.h"#include "AP_Conf.h"#include "AP_Utility.h"#include "AP_ThreadSemaphore.h"#include "AP_ThreadCriticalSection.h"Data Structures | |
| class | AP_Process |
| class | AP_ProcessAttribute |
Namespaces | |
| namespace | AP |
| Architecture Platform. | |
Defines | |
| #define | AP_RESPAWN_TIME 1000L |
Typedefs | |
| typedef int(* | AP_ProcessHandle )(AP_Process *) |
| #define AP_RESPAWN_TIME 1000L |
1.5.8