Show
Ignore:
Timestamp:
07/13/10 17:37:59 (14 years ago)
Author:
prikryl
Message:

Remember the process handle of the Aimsun process.
Use the class destructor to terminate Aimsun and the waiting controllers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/aimsun_bdm/aimsun_ds.h

    r1089 r1134  
    3535    AimsunDS (); 
    3636 
     37        //! Destructor 
     38        ~AimsunDS (); 
     39 
    3740    //! Get measurements and signal plans from ELS3 controllers 
    3841    void getdata ( vec &dt ) const; 
     
    5558    // TODO dodelat void to_setting( Setting &root ) const; 
    5659private: 
     60        //! Handle of the Aimsun process. Used to terminate Aimsun after simulation. 
     61        intptr_t hPid; 
     62         
    5763        //! File name containing vehicle entrances into the network 
    5864        string entranceFileName;