source:
fact/trigger/GlobalVariables.py@
13581
| Last change on this file since 13581 was 115, checked in by , 16 years ago | |
|---|---|
| File size: 401 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/python |
| 2 | |
| 3 | |
| 4 | #contains only the user input: |
| 5 | |
| 6 | #global UserInput |
| 7 | UserInput ='' |
| 8 | Rates = [0,0,0,0, |
| 9 | 0,0,0,0, |
| 10 | 0,0,0,0, |
| 11 | 0,0,0,0] |
| 12 | |
| 13 | ServerMessage='' |
| 14 | Flag=1 |
| 15 | counter = 0 |
| 16 | TriggerThresholds = [0,0,0,0, |
| 17 | 0,0,0,0, |
| 18 | 0,0,0,0, |
| 19 | 0,0,0,0] |
| 20 | HexPattern = '0x0000' |
| 21 | MajorityLevel = 0 |
Note:
See TracBrowser
for help on using the repository browser.
