#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <ctype.h>#include <sys/termios.h>#include <sys/types.h>#include <ngc/core/ngcbShell.h>Macros | |
| #define | ORG_MODE 0 |
| #define | GET_MODE 1 |
| #define | POLL_MODE 2 |
Functions | |
| int | ngcbShellGetKey (char *key, char *erms) |
| int | ngcbShellPollKey (char *key, char *erms) |
| int | ngcbShellTermTty (char *erms) |
| #define GET_MODE 1 |
| #define ORG_MODE 0 |
| #define POLL_MODE 2 |
| int ngcbShellGetKey | ( | char * | key, |
| char * | erms ) |
Get next key.
| int ngcbShellPollKey | ( | char * | key, |
| char * | erms ) |
Poll keyboard an return next key.
| int ngcbShellTermTty | ( | char * | erms | ) |
Terminate TTY input.