projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG; a fix for "HF TUNE", I always were annoyed with the hf tune where it printed...
[proxmark3-svn]
/
client
/
ui.h
diff --git
a/client/ui.h
b/client/ui.h
index 2f2ed1899029a41d591804086a9288a410ea9cba..f2e949cdb60bafe2671fe7e990c7a594acc95cd3 100644
(file)
--- a/
client/ui.h
+++ b/
client/ui.h
@@
-10,9
+10,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 "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);
@@
-25,6
+40,5
@@
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault;
extern int offline;
extern int flushAfterWrite; //buzzy
extern int offline;
extern int flushAfterWrite; //buzzy
-uint8_t manchester_decode(const uint8_t * data, const size_t len, uint8_t * dataout);
-void PrintPaddedManchester( uint8_t * bitStream, size_t len, size_t blocksize);
+void iceFsk3(int * data, const size_t len);
#endif
#endif
Impressum
,
Datenschutz