Changeset 829 for applications/doprava

Show
Ignore:
Timestamp:
02/23/10 14:17:31 (14 years ago)
Author:
prikryl
Message:

Added includes needed for initVGS().
Cleaned the code.

Files:
1 modified

Legend:

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

    r825 r829  
    66*/ 
    77 
     8/* WIN32 stuff */ 
     9#include <windows.h> 
     10#include <stdio.h> 
     11#include <tchar.h> 
     12 
    813#include <base/loggers.h> 
     14 
     15extern "C" { 
     16  #include "eh_hrd.h" 
     17  #include "vgs_hrd.h" 
     18} 
    919 
    1020using namespace bdm; 
     
    1525 
    1626protected: 
    17     //! indeces of logged variables 
    18     int L_x, L_ou, L_oy, L_iu, L_optu; 
    19     //! Setpoints of omega in timespans given by dt_prof 
    20     vec profileWw; 
    21     //! Setpoints of Mz in timespans given by dt_prof 
    22     vec profileMz; 
    23     //! time-step for profiles 
    24     double dt_prof; 
    25     //! Number of miliseconds per discrete time step 
    26     int Dt; 
    27     //! options for logging, - log predictions of 'true' voltage 
    28     bool opt_modu; 
    29     //! options for logging, - 
    3027        eh_els3hrd * p_rsp; 
    3128        //! pointer to realised signal plans stored in local data space of eh_api */