#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>Functions | |
| FILE * | ngcbShellOpenRepStream (const char *outDev, char *erms) |
| int | ngcbShellTerminate (const char *inDev, char *erms) |
| int | ngcbShellGetLine (const char *inDev, char *cmdLine, char *erms) |
| int ngcbShellGetLine | ( | const char * | inDev, |
| char * | cmdLine, | ||
| char * | erms ) |
Handle next shell command line.
| FILE * ngcbShellOpenRepStream | ( | const char * | outDev, |
| char * | erms ) |
Open shell reply stream.
| int ngcbShellTerminate | ( | const char * | inDev, |
| char * | erms ) |
Terminate shell editor.