added remove api + small integratio test close #9

This commit is contained in:
prozessorkern
2020-02-03 21:35:20 +01:00
parent 1c294bb7d1
commit d1649e5e86
4 changed files with 140 additions and 1 deletions

View File

@@ -127,6 +127,8 @@ shellmatta_retCode_t shellmatta_doInit( shellmatta_instance_t *inst,
shellmatta_write_t writeFct);
shellmatta_retCode_t shellmatta_addCmd( shellmatta_handle_t handle,
shellmatta_cmd_t *cmd);
shellmatta_retCode_t shellmatta_removeCmd( shellmatta_handle_t handle,
shellmatta_cmd_t *cmd);
shellmatta_retCode_t shellmatta_processData(shellmatta_handle_t handle,
char *data,
uint32_t size);