16 #ifndef _RL_COMMANDLINE_INTERFACE_H_ 17 #define _RL_COMMANDLINE_INTERFACE_H_ 47 int start(
const char *how,
const char *command=NULL);
50 int readBlock(
void *buf,
int len,
int timeout=0);
51 int printf(
const char *format, ...);
int printf(const char *format,...)
const char * readLine(int timeout=0)
int start(const char *how, const char *command=NULL)
int writeBlock(void *buf, int len)
int readBlock(void *buf, int len, int timeout=0)
char line[rl_PRINTF_LENGTH]
virtual ~rlCommandlineInterface()