1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
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
7 //-----------------------------------------------------------------------------
8 // High frequency commands
9 //-----------------------------------------------------------------------------
16 int CmdHF(const char *Cmd
);
17 int CmdHFTune(const char *Cmd
);
18 int CmdHFSearch(const char *Cmd
);
19 int CmdHFSniff(const char *Cmd
);
20 int CmdHFPlot(const char *Cmd
);
22 int handle_hf_plot(void);