00001 //------------------------------------------------- 00002 // 00011 // 00012 //-------------------------------------------------- 00013 #ifndef DT_CONFIG_H 00014 #define DT_CONFIG_H 00015 00016 //--------------- 00017 // C++ Headers -- 00018 //--------------- 00019 00020 //---------------------- 00021 // Base Class Headers -- 00022 //---------------------- 00023 00024 //------------------------------------ 00025 // Collaborating Class Declarations -- 00026 //------------------------------------ 00027 00028 // --------------------- 00029 // -- Class Interface -- 00030 // --------------------- 00031 00032 class DTConfig{ 00033 00034 public: 00036 static const int NSTEPL=24, NSTEPF=9; 00037 00038 static const int NBTITC=4; 00039 00041 static const int NTCTSS = 4; 00042 00044 DTConfig(){}; 00045 00047 virtual ~DTConfig(){}; 00048 00049 }; 00050 00051 #endif