]> git.zerfleddert.de Git - proxmark3-svn/blob - client/proxgui.h
6989f541807d9299c5873ba540f4d755847f356a
[proxmark3-svn] / client / proxgui.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 void ShowGraphWindow(void);
6 void HideGraphWindow(void);
7 void RepaintGraphWindow(void);
8 void MainGraphics(void);
9 void InitGraphics(int argc, char **argv);
10 void ExitGraphics(void);
11
12 #define MAX_GRAPH_TRACE_LEN (1024*128)
13 extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
14 extern int GraphTraceLen;
15 extern double CursorScaleFactor;
16 extern int PlotGridX, PlotGridY;
17 extern int CommandFinished;
18 extern int offline;
19
20 #ifdef __cplusplus
21 }
22 #endif
Impressum, Datenschutz