]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.h
wrong letter in variable name
[proxmark3-svn] / client / graph.h
index afe23686cd251b9098abed43063909d60a89814e..fe35d4f1c858aba645cf322346dfb7ca78487c02 100644 (file)
 
 #ifndef GRAPH_H__
 #define GRAPH_H__
+#include <stdint.h>
 
 void AppendGraph(int redraw, int clock, int bit);
 int ClearGraph(int redraw);
 //int DetectClock(int peak);
-int getFromGraphBuf(uint8_t *buff);
+size_t getFromGraphBuf(uint8_t *buff);
 int GetClock(const char *str, int peak, int verbose);
-void setGraphBuf(uint8_t *buff,int 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];
Impressum, Datenschutz