Show
Ignore:
Timestamp:
05/11/10 00:12:39 (14 years ago)
Author:
ondrak
Message:

Extended negotiation cycle

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/Zlicingw.cfg

    r927 r932  
    22        { // agent 1 
    33        class = "GreenWaveTrafficAgent"; 
    4                 name = "495"; 
    5                 lanes = ( 
     4        name = "495"; 
     5        lanes = ( 
    66                        { sg="VA"; inputs = ("495_DVA1","495_DVB");  outputs= ("601_DVA"); alpha= [1.0 ]; queue="495_Q1";},  
    77                        { sg="VB"; inputs = ("495_DVA1","495_DVB");  outputs= ("601_DVA"); alpha= [1.0 ]; queue="495_Q2";} 
    8               ); 
    9                 neighbours = ("601"); 
    10   offset = 40; //s 
    11   moje_special=14; 
     8        ); 
     9        neighbours = ("601"); 
     10        offset = 40; //s 
     11        moje_special=14; 
    1212}, 
    1313{ //agent 2 
    1414        class = "GreenWaveTrafficAgent"; 
    15   name = "601";   
    16                 neighbours = ("495"); 
     15        name = "601";   
     16        neighbours = ("495"); 
    1717} 
     18 
    1819); 
    1920 
    2021logger = {class="memlog"; filename = "zlicin"; maxlen = 1000;}; 
     22 
     23 
     24 
    2125 
    2226system = { 
     
    3236        // length is 24 hours (24:00:00). 
    3337        stop_time = "01:00:00"; 
     38         
    3439}; 
     40 
     41//Number of recieve/broadcast calls before end of negotitaion 
     42negotiation_cycles = 5;