![]() |
Dynamixel
2.9.5
RoadNarrows Robotics Dynamixel Package
|
The Dynamixel Shell ReadLine Class. More...
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <iostream>
#include <string>
#include <vector>
#include <readline/readline.h>
#include <readline/history.h>
#include "dynashell_regex.h"
Go to the source code of this file.
Classes | |
class | ReadLineEntry |
class | ReadLine |
ReadLine class provides a c++ wrapper around the readline c library. More... | |
Typedefs | |
typedef char *(* | ReadLineAppGenFunc_T) (int nUid, const char *sText, size_t uTextLen, int nState, const char *sContext, void *pAppArg) |
Application-specific tab completion generator function type. More... | |
The Dynamixel Shell ReadLine Class.
Definition in file dynashell_readline.h.
typedef char*(* ReadLineAppGenFunc_T) (int nUid, const char *sText, size_t uTextLen, int nState, const char *sContext, void *pAppArg) |
Application-specific tab completion generator function type.
nUid | Registered unique id. |
sText | Partial text string to complete. |
uTextLen | Length of text. |
nState | Generator state. If FIRST,then initialize any statics. |
sContext | Generator context (i.e. canonical path). |
pAppArg | Generator function optional application argument. |
Definition at line 93 of file dynashell_readline.h.