Macros | |
| #define | SP_OPEN(n, p, e) |
| #define | SP_CLOSE(l) |
| #define | SP_CONNECT(l, h, e) |
| #define | SP_DISCONNECT(l) |
| #define | SP_GETCOM(l, c, e) |
| #define | SP_SENDREP(l, r, e) |
Functions | |
| void * | ngcppCommandProcess (void *argp) |
Variables | |
| ngcpp_cmd_srv_api * | ngcppCiSys = (ngcpp_cmd_srv_api *)NULL |
| ngcppEXT_CMD | ngcppUsrCmdHandler = NULL |
| int | ngcppMaxComBufSize = ngcppMAX_COMBUFSIZE |
| int | ngcppMaxRepBufSize = ngcppMAX_COMBUFSIZE |
| int | ngcppCmdClients = 0 |
| char | ngcppCmdHost [ngcppCI_MAX_CON][256] |
| int | ngcppCmdPort = 0 |
| #define SP_CLOSE | ( | l | ) |
| #define SP_CONNECT | ( | l, | |
| h, | |||
| e ) |
| #define SP_DISCONNECT | ( | l | ) |
| #define SP_GETCOM | ( | l, | |
| c, | |||
| e ) |
| #define SP_OPEN | ( | n, | |
| p, | |||
| e ) |
| #define SP_SENDREP | ( | l, | |
| r, | |||
| e ) |
| void * ngcppCommandProcess | ( | void * | argp | ) |
Command interpreter thread
| ngcpp_cmd_srv_api* ngcppCiSys = (ngcpp_cmd_srv_api *)NULL |
Command server interface API
| int ngcppCmdClients = 0 |
Number of cmd clients
| char ngcppCmdHost[ngcppCI_MAX_CON][256] |
Command client host info
| int ngcppCmdPort = 0 |
Command interpreter port number
| int ngcppMaxComBufSize = ngcppMAX_COMBUFSIZE |
Maximum command buffer size
| int ngcppMaxRepBufSize = ngcppMAX_COMBUFSIZE |
Maximum reply buffer size
| ngcppEXT_CMD ngcppUsrCmdHandler = NULL |
External user command handler