]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmddata.h
LF HID & IO prox fixes/options
[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);
20int CmdAutoCorr(const char *Cmd);
21int CmdBitsamples(const char *Cmd);
22int CmdBitstream(const char *Cmd);
23int CmdBuffClear(const char *Cmd);
24int CmdDec(const char *Cmd);
25int CmdDetectClockRate(const char *Cmd);
26int CmdFSKdemod(const char *Cmd);
27int CmdGrid(const char *Cmd);
28int CmdHexsamples(const char *Cmd);
7fe9b0b7 29int CmdHide(const char *Cmd);
30int CmdHpf(const char *Cmd);
7fe9b0b7 31int CmdLoad(const char *Cmd);
32int CmdLtrim(const char *Cmd);
33int CmdManchesterDemod(const char *Cmd);
34int CmdManchesterMod(const char *Cmd);
35int CmdNorm(const char *Cmd);
36int CmdPlot(const char *Cmd);
5a956258 37int CmdSamples(const char *Cmd);
d6a120a2 38int CmdTuneSamples(const char *Cmd);
7fe9b0b7 39int CmdSave(const char *Cmd);
40int CmdScale(const char *Cmd);
41int CmdThreshold(const char *Cmd);
d51b2eda 42int CmdDirectionalThreshold(const char *Cmd);
7fe9b0b7 43int CmdZerocrossings(const char *Cmd);
44
45#endif
Impressum, Datenschutz