Changeset 829 for applications/doprava/aimsun_bdm
- Timestamp:
 - 02/23/10 14:17:31 (16 years ago)
 - Files:
 - 
          
- 1 modified
 
- 
          applications/doprava/aimsun_bdm/aimsun_ds.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
applications/doprava/aimsun_bdm/aimsun_ds.h
r825 r829 6 6 */ 7 7 8 /* WIN32 stuff */ 9 #include <windows.h> 10 #include <stdio.h> 11 #include <tchar.h> 12 8 13 #include <base/loggers.h> 14 15 extern "C" { 16 #include "eh_hrd.h" 17 #include "vgs_hrd.h" 18 } 9 19 10 20 using namespace bdm; … … 15 25 16 26 protected: 17 //! indeces of logged variables18 int L_x, L_ou, L_oy, L_iu, L_optu;19 //! Setpoints of omega in timespans given by dt_prof20 vec profileWw;21 //! Setpoints of Mz in timespans given by dt_prof22 vec profileMz;23 //! time-step for profiles24 double dt_prof;25 //! Number of miliseconds per discrete time step26 int Dt;27 //! options for logging, - log predictions of 'true' voltage28 bool opt_modu;29 //! options for logging, -30 27 eh_els3hrd * p_rsp; 31 28 //! pointer to realised signal plans stored in local data space of eh_api */  
