]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/ui.h
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
9 //-----------------------------------------------------------------------------
14 #define _USE_MATH_DEFINES
20 #include <readline/readline.h>
24 #include "loclass/cipherutils.h"
30 #define M_PI 3.14159265358979323846264338327
33 void HideGraphWindow(void);
34 void ShowGraphWindow(void);
35 void RepaintGraphWindow(void);
36 void PrintAndLog(char *fmt
, ...);
37 void SetLogFilename(char *fn
);
39 extern double CursorScaleFactor
;
40 extern int PlotGridX
, PlotGridY
, PlotGridXdefault
, PlotGridYdefault
;
42 extern int flushAfterWrite
; //buzzy
44 void iceIIR_Butterworth(int * data
, const size_t len
);