]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmddata.h
rename askrawdemod to askmandemod
[proxmark3-svn] / client / cmddata.h
CommitLineData
a553f267 1//-----------------------------------------------------------------------------
2// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
3//
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// Data and Graph commands
9//-----------------------------------------------------------------------------
10
7fe9b0b7 11#ifndef CMDDATA_H__
12#define CMDDATA_H__
13
57c69556
MHS
14command_t * CmdDataCommands();
15
7fe9b0b7 16int CmdData(const char *Cmd);
17
18int CmdAmp(const char *Cmd);
19int Cmdaskdemod(const char *Cmd);
e888ed8e 20int Cmdaskrawdemod(const char *Cmd);
7fe9b0b7 21int CmdAutoCorr(const char *Cmd);
22int CmdBitsamples(const char *Cmd);
23int CmdBitstream(const char *Cmd);
24int CmdBuffClear(const char *Cmd);
25int CmdDec(const char *Cmd);
26int CmdDetectClockRate(const char *Cmd);
27int CmdFSKdemod(const char *Cmd);
b3b70669 28int CmdFSKdemodHID(const char *Cmd);
29int CmdFSKdemodIO(const char *Cmd);
e888ed8e 30int CmdFSKrawdemod(const char *Cmd);
7fe9b0b7 31int CmdGrid(const char *Cmd);
32int CmdHexsamples(const char *Cmd);
7fe9b0b7 33int CmdHide(const char *Cmd);
34int CmdHpf(const char *Cmd);
7fe9b0b7 35int CmdLoad(const char *Cmd);
36int CmdLtrim(const char *Cmd);
37int CmdManchesterDemod(const char *Cmd);
38int CmdManchesterMod(const char *Cmd);
39int CmdNorm(const char *Cmd);
40int CmdPlot(const char *Cmd);
5a956258 41int CmdSamples(const char *Cmd);
d6a120a2 42int CmdTuneSamples(const char *Cmd);
7fe9b0b7 43int CmdSave(const char *Cmd);
44int CmdScale(const char *Cmd);
45int CmdThreshold(const char *Cmd);
d51b2eda 46int CmdDirectionalThreshold(const char *Cmd);
7fe9b0b7 47int CmdZerocrossings(const char *Cmd);
48
49#endif
Impressum, Datenschutz