ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcbShellGetLine.c File Reference
#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)
 

Detailed Description

Function Documentation

◆ ngcbShellGetLine()

int ngcbShellGetLine ( const char * inDev,
char * cmdLine,
char * erms )

Handle next shell command line.

◆ ngcbShellOpenRepStream()

FILE * ngcbShellOpenRepStream ( const char * outDev,
char * erms )

Open shell reply stream.

◆ ngcbShellTerminate()

int ngcbShellTerminate ( const char * inDev,
char * erms )

Terminate shell editor.