root/applications/doprava/Zlicin.cfg @ 818

Revision 816, 0.8 kB (checked in by smidl, 14 years ago)

Zlicin

Line 
1agents = {
2{ // agent 1
3  name = "495";
4  sg = {
5    { name = "VA";
6      detectors = {
7        { name = "DVA1";
8          distance = 10;
9        }, {name = "DVA";
10          distance = 20;
11        };
12      };
13    },
14    { name = "VB";
15      detectors = { };
16      input = {};
17      output = {};
18    }
19  };
20  input = {
21    {
22      from = "601";
23      name = "DVA1";
24      to = {"VC","VD"};
25    },
26    {
27      from = "601";
28      name = "DVA";
29      to = {"VC","VD"};
30    }
31  };
32  output = {
33     {
34      from = {"DVC","DVD"};
35      to = "601";
36      }
37  };
38
39  offset = 40; //s
40},
41{ // agent 2
42  name = "601";
43  sg = {
44    { name = "VA";
45      detectors = {
46        { name = "DVA1";
47          distance = 10;
48        }, {name = "DVA";
49          distance = 20;
50        };
51      };
52    },
53    { name = "VB";
54      detectors = { };
55    }
56  };
57 
58  offset = 60; //s
59
60}
61};
Note: See TracBrowser for help on using the browser.