projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ADD: started to rework the wiegand converting. Extracted it from the 'lf hid' file...
[proxmark3-svn]
/
client
/
ui.h
diff --git
a/client/ui.h
b/client/ui.h
index 736e7641d4e90fb9726f8dc0583e7d752a0a9572..3417f3629230263ff1fb2cb4a8b0b983b0ab407f 100644
(file)
--- a/
client/ui.h
+++ b/
client/ui.h
@@
-11,10
+11,24
@@
#ifndef UI_H__
#define UI_H__
#ifndef UI_H__
#define UI_H__
+#define _USE_MATH_DEFINES
+#include <stdarg.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <stdbool.h>
+#include <time.h>
+#include <readline/readline.h>
+#include <pthread.h>
#include <math.h>
#include <complex.h>
#include <math.h>
#include <complex.h>
+#include "loclass/cipherutils.h"
#include "util.h"
#include "util.h"
+#include "cmdmain.h"
+#include "cmddata.h"
+#ifndef M_PI
+#define M_PI 3.14159265358979323846264338327
+#endif
void ShowGui(void);
void HideGraphWindow(void);
void ShowGraphWindow(void);
void ShowGui(void);
void HideGraphWindow(void);
void ShowGraphWindow(void);
@@
-27,5
+41,5
@@
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault;
extern int offline;
extern int flushAfterWrite; //buzzy
extern int offline;
extern int flushAfterWrite; //buzzy
-void ice
Fsk3
(int * data, const size_t len);
+void ice
IIR_Butterworth
(int * data, const size_t len);
#endif
#endif
Impressum
,
Datenschutz