int quittask
Definition: main.c:39
Go to the source code of this file.
Macros | |
#define | FAILURE -1 |
Main includes. More... | |
#define | SUCCESS 1 |
#define | TASK1_PERIOD 100000 |
Functions | |
int | main (void) |
static void | main_task (int signo) |
Main Periodic Task. More... | |
static void | ui_task () |
static void | control_task () |
static void | ui_hook (int signo) |
static void | control_hook (int signo) |
int | reset_timer (void) |
void | exit_program (void) |
Internal function to end program. More... | |
|
static |
|
static |
void exit_program | ( | void | ) |
int main | ( | void | ) |
Definition at line 42 of file main.c.
|
static |
Main Periodic Task.
signo |
|
static |
|
static |