#include "common.h"
Include dependency graph for commands.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | pf_plot_range |
A plot-range specification. More... | |
Enumerations | |
enum | pf_command { command_invalid, command_quit, command_load, command_print_data, command_print_peaks, command_print_peak, command_print_calibration, command_plot_data, command_plot_peak, command_calibrate, command_clear_calibration } |
A command type. More... | |
Functions | |
enum pf_command | pf_get_parsed_command () |
Get the parsed command. | |
enum pf_peak_sort | pf_get_parsed_sort () |
Get the parsed sort flag. | |
pf_plot_range * | pf_get_parsed_plot_range () |
Get the parsed plot range. | |
char * | pf_get_parsed_file () |
Get the parsed file name. | |
char * | pf_get_parsed_driver () |
Get the parsed driver name. | |
int | pf_get_parsed_rescale () |
Get the parsed rescale flag. | |
int | pf_get_parsed_cal () |
Get the parsed calibration flag. | |
int | pf_get_parsed_norm () |
Get the parsed normailzation flag. | |
int | pf_get_parsed_marked () |
Get the parsed mark flag. | |
int | pf_get_parsed_annot () |
Get the parsed annotate flag. | |
int | pf_get_parsed_peak () |
Get the parsed peak number. | |
double | pf_get_parsed_rotation () |
The the parsed rotation amount. | |
void | pf_get_parsed_plot_params (struct pf_plot_params *p) |
Get the parsed plot parameters. | |
void | pf_init_parse_data () |
Initialize the parse context data. | |
void | pf_free_parse_data () |
Free any data associated with the last parse. | |
void | pf_execute_command () |
Execute the next command. | |
void | pf_set_command_parse_buffer (char *cmd) |
Set the buffer to parse. |
|
|
Execute the next command.
|
Here is the call graph for this function:
|
Free any data associated with the last parse.
|
|
Get the parsed annotate flag.
|
|
Get the parsed calibration flag.
|
|
Get the parsed command.
|
|
Get the parsed driver name.
|
|
Get the parsed file name.
|
|
Get the parsed mark flag.
|
|
Get the parsed normailzation flag.
|
|
Get the parsed peak number.
|
|
Get the parsed plot parameters.
|
|
Get the parsed plot range.
|
|
Get the parsed rescale flag.
|
|
The the parsed rotation amount.
|
|
Get the parsed sort flag.
|
|
Initialize the parse context data.
|
|
Set the buffer to parse.
|