X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/abd6112fc4075484480914590b09144c5b9db80b..b4a2fcf67695c45c63f485e9e65859b1320050bd:/client/cmddata.h diff --git a/client/cmddata.h b/client/cmddata.h index f48da516..aba3369e 100644 --- a/client/cmddata.h +++ b/client/cmddata.h @@ -59,6 +59,11 @@ int CmdThreshold(const char *Cmd); int CmdDirectionalThreshold(const char *Cmd); int CmdZerocrossings(const char *Cmd); int CmdIndalaDecode(const char *Cmd); +int ASKmanDemod(const char *Cmd, bool verbose, bool emSearch); +int ASKrawDemod(const char *Cmd, bool verbose); +int FSKrawDemod(const char *Cmd, bool verbose); +int PSKDemod(const char *Cmd, bool verbose); +int NRZrawDemod(const char *Cmd, bool verbose); #define MAX_DEMOD_BUF_LEN (1024*128) extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];