Functions | |
| void | ngcppCiInitErr (void) |
| int | ngcppCiAbort (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms) |
| int | ngcppCiStart (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms) |
| int | ngcppCiStop (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms) |
| int | ngcppCiPause (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms) |
| int | ngcppCiResetCnt (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms) |
| int | ngcppCiEnd (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms) |
| int | ngcppCiFlushOutput (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms) |
| int ngcppCiAbort | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_ABORT command.
| int ngcppCiEnd | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_END command.
| int ngcppCiFlushOutput | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_FLUSHOUT command.
| void ngcppCiInitErr | ( | void | ) |
Signal command interpreter initialization error.
| int ngcppCiPause | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_PAUSE command.
| int ngcppCiResetCnt | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_RSTCNT command.
| int ngcppCiStart | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_START command.
| int ngcppCiStop | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_STOP command.