Show
Ignore:
Timestamp:
02/23/10 10:16:46 (15 years ago)
Author:
smidl
Message:

Dorpava Zlicin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/traffic_agent.h

    r819 r820  
    1818                string name;             //! detector name 
    1919                int distance;                //! distance from stop-line 
     20                RV rv; 
    2021                //! function loading info from Setting 
    2122                void from_setting(const Setting &set){ 
    2223                        UI::get(name,set,"name",UI::compulsory); 
    2324                        UI::get(distance,set,"distance",UI::compulsory); 
     25                         
    2426                } 
    2527}; 
     
    184186                                sgh(i).ds2data.filldown(glob_dt, sgh(i).det_data); 
    185187                        } 
    186                         // copy sg_length ... 
     188                        // copy sg_length ... and others... 
    187189                } 
    188190                void act(vec &glob_ut){ 
     
    202204                } 
    203205                 
    204                 void from_setting(const Setting &set){}; 
     206                void from_setting(const Setting &set); 
    205207}; 
    206208UIREGISTER(BaseTrafficAgent);