source: PSPA/madxPSPA/src/mad_exec.h @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 675 bytes
Line 
1#ifndef MAD_EXEC_H
2#define MAD_EXEC_H
3
4// types
5
6struct in_cmd;
7
8// interface
9
10void exec_option(void);
11void exec_help(struct in_cmd*);
12void exec_assign(struct in_cmd*);
13void exec_call(struct in_cmd*);
14void exec_cmd_delete(struct in_cmd*);
15void exec_print(struct in_cmd*);
16void exec_show(struct in_cmd*);
17void exec_dump(struct in_cmd*);
18void exec_fill_table(struct in_cmd*);
19void exec_create_table(struct in_cmd*);
20void exec_removefile(struct in_cmd*);
21void exec_renamefile(struct in_cmd*);
22void exec_setvars_table(struct in_cmd*);
23void exec_setvars_lin_table(struct in_cmd*);
24void exec_store_coguess(struct in_cmd*);
25void exec_delete_table(char* name);
26
27#endif // MAD_EXEC_H
Note: See TracBrowser for help on using the repository browser.