source: PSPA/madxPSPA/src/mad_beam.h @ 447

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

import madx-5.01.00

File size: 662 bytes
Line 
1#ifndef MAD_BEAM_H
2#define MAD_BEAM_H
3
4// types
5
6struct in_cmd;
7struct command;
8struct sequence;
9
10// interface
11
12void    exec_beam(struct in_cmd* cmd, int flag);        // used by mad_cmd.c
13void    save_beam(struct sequence* sequ, FILE* file);   // used by mad_seq.c
14void    expand_line(struct char_p_array* l_buff);       // used by mad_seq.c
15void    show_beam(char* tok);                           // used by mad_exec.c
16void    update_beam(struct command* comm);              // used by mad_option.c
17void    adjust_beam(void);                              // many uses
18int     attach_beam(struct sequence* sequ);             // many uses
19
20#endif // MAD_BEAM_H
21
Note: See TracBrowser for help on using the repository browser.