Rev 1655 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1655 | giacomo | 1 | #ifndef __CONST__ |
2 | #define __CONST__ |
||
3 | |||
4 | extern unsigned long int PERIOD_CARRELLO; |
||
5 | extern unsigned long int PERIOD_DISEGNA; |
||
6 | |||
7 | #define DEADSECX(x) (x * 1.0e-6 ) |
||
8 | #define DEADSECTH(x) (x * 1.0e-6 ) |
||
9 | |||
10 | #define PARAM {{ 1. , 300 , 0.79 , 23 },0.70 ,2.5 ,20.,20., 0.1, 1 , 1, 0.} |
||
11 | |||
12 | #define LUNGH 35.0 |
||
13 | #define THETAMAX 45.0 |
||
14 | #define FCA 57.29578 |
||
15 | #define AVR 10 |
||
16 | #define VDANG 2.4 |
||
17 | #define NMAX 300 |
||
18 | #define SEC_ID 7.0 |
||
19 | #define MAXRUN_ID 9 //16 |
||
20 | |||
21 | struct Parametri{ |
||
22 | float GUAD[4]; |
||
23 | float COST; |
||
24 | float NOISE; |
||
25 | float WCUT; |
||
26 | float WCUT1; |
||
27 | float OFFSVAL; |
||
28 | int DEADLINE; |
||
29 | int SCAN; |
||
30 | float XTRASL; |
||
31 | }; |
||
32 | |||
33 | extern struct Parametri prm; |
||
34 | extern float vmax, vmin, vmaxth, vminth; |
||
35 | |||
36 | #endif |