#include <stdlib.h>#include <stdio.h>#include <string.h>#include <stdarg.h>#include <ctype.h>#include <signal.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <sys/ioctl.h>#include <ngc/core/ngcdtt.hpp>Functions | |
| void | ngcdttExitHandler (int sig) |
| void | ngcdttKillHandler (int sig) |
| void | ngcdttBreakHandler (int sig) |
Variables | |
| ngcdtt * | ngcdttObj |
| void ngcdttBreakHandler | ( | int | sig | ) |
BREAK-signal handler
| void ngcdttExitHandler | ( | int | sig | ) |
General exit-signal handler
| void ngcdttKillHandler | ( | int | sig | ) |
KILL-signal handler
| ngcdtt* ngcdttObj |