#include <lar/lar.h>
#include <gtk/gtk.h>
Data Structures | |
struct | module_base |
Defines | |
#define | null NULL |
#define | DISABLE 0 |
#define | ACTIVE_WITHOUT_PID 1 |
#define | ACTIVE_WITH_PID 2 |
#define | SLEEPING 3 |
#define | RUNNING 4 |
#define | SHELL_OPEN 1 |
#define | SHELL_CLOSED -1 |
#define | NO_SHELL -2 |
#define | INFO_MESSAGE_SIZE 4096 |
Typedefs | |
typedef struct module_base | module |
Enumerations | |
enum | TYPE_command { START_MODULE, STOP_MODULE, CLOSE_SHELL, INIT, UPDATE_COMMAND, UPDATE_RUNSTARTUP, UPDATE_SILENT, UPDATE_XPOS, UPDATE_YPOS, UPDATE_HEIGHT, UPDATE_WIDTH } |
Variables | |
module * | module_list |