Show
Ignore:
Timestamp:
02/23/10 01:17:00 (14 years ago)
Author:
smidl
Message:

agents for doprava

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/Zlicin.cfg

    r816 r819  
    11agents = { 
    22{ // agent 1 
     3        class = "BaseTrafficAgent"; 
    34  name = "495"; 
    45  sg = { 
     
    1819    } 
    1920  }; 
    20   input = { 
     21  input = { // remote detectors  
    2122    { 
    22       from = "601"; 
    23       name = "DVA1"; 
     23      name = "601DVA1"; 
     24                distance = 100; 
    2425      to = {"VC","VD"}; 
    2526    }, 
    2627    { 
    27       from = "601"; 
    28       name = "DVA"; 
     28      name = "601DVA"; 
     29                distance = 100; 
    2930      to = {"VC","VD"}; 
    3031    } 
    3132  }; 
    32   output = { 
     33  output = { //  
    3334     { 
    34       from = {"DVC","DVD"}; 
     35      from = "VC"; 
     36                detector ="495DVC"; 
    3537      to = "601"; 
    3638      } 
     
    4042}, 
    4143{ // agent 2 
     44        class = "BaseTrafficAgent"; 
    4245  name = "601"; 
    4346  sg = {