projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother.
[proxmark3-svn]
/
client
/
cmdmain.h
diff --git
a/client/cmdmain.h
b/client/cmdmain.h
index a745fea7bf9e76c0c9acd1760444b69465daaa5f..9cb3e95d3633e498b61b274c547bf1dba3613b4b 100644
(file)
--- a/
client/cmdmain.h
+++ b/
client/cmdmain.h
@@
-12,10
+12,15
@@
#define CMDMAIN_H__
#include "usb_cmd.h"
#define CMDMAIN_H__
#include "usb_cmd.h"
-
+#include "cmdparser.h"
void UsbCommandReceived(UsbCommand *UC);
void UsbCommandReceived(UsbCommand *UC);
-
void
CommandReceived(char *Cmd);
+
int
CommandReceived(char *Cmd);
bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
bool WaitForResponse(uint32_t cmd, UsbCommand* response);
bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
bool WaitForResponse(uint32_t cmd, UsbCommand* response);
+void clearCommandBuffer();
+command_t* getTopLevelCommandTable();
+
+//For storing command that are received from the device
+#define CMD_BUFFER_SIZE 50
#endif
#endif
Impressum
,
Datenschutz