]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - winsrc/prox.h
4 #include "../include/usb_cmd.h"
7 void ReceiveCommand(UsbCommand
*c
);
8 BOOL
ReceiveCommandPoll(UsbCommand
*c
);
9 void SendCommand(UsbCommand
*c
, BOOL wantAck
);
13 void HideGraphWindow(void);
14 void ShowGraphWindow(void);
15 void RepaintGraphWindow(void);
16 void PrintToScrollback(char *fmt
, ...);
17 #define MAX_GRAPH_TRACE_LEN (1024*128)
18 extern int GraphBuffer
[MAX_GRAPH_TRACE_LEN
];
19 extern int GraphTraceLen
;
20 extern double CursorScaleFactor
;
21 extern int CommandFinished
;
24 void CommandReceived(char *cmd
);
25 void UsbCommandReceived(UsbCommand
*c
);
28 void ShowCommandline(void);
29 void ExecCmd(char *cmd
);
30 //void PrintToScrollback(char *fmt, ...);