projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
clean up some comments
[proxmark3-svn]
/
client
/
graph.h
diff --git
a/client/graph.h
b/client/graph.h
index 1abeeb25a1429b5efe16e958b49597311d24930f..fe35d4f1c858aba645cf322346dfb7ca78487c02 100644
(file)
--- a/
client/graph.h
+++ b/
client/graph.h
@@
-20,8
+20,10
@@
int GetClock(const char *str, int peak, int verbose);
int GetNRZpskClock(const char *str, int peak, int verbose);
void setGraphBuf(uint8_t *buff, size_t size);
int GetNRZpskClock(const char *str, int peak, int verbose);
void setGraphBuf(uint8_t *buff, size_t size);
+bool HasGraphData();
+void DetectHighLowInGraph(int *high, int *low, bool addFuzz);
+
#define MAX_GRAPH_TRACE_LEN (1024*128)
extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
extern int GraphTraceLen;
#define MAX_GRAPH_TRACE_LEN (1024*128)
extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
extern int GraphTraceLen;
-
#endif
#endif
Impressum
,
Datenschutz