]>
git.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
;
22 extern int offline
; // Set to 1 if the proxmark is offline
26 void CommandReceived(char *cmd
);
27 void UsbCommandReceived(UsbCommand
*c
);
30 void ShowCommandline(void);
31 void ExecCmd(char *cmd
);
32 //void PrintToScrollback(char *fmt, ...);