Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

Cooling.h

Go to the documentation of this file.
00001 #ifndef COOLING_INCLUDED
00002 #define COOLING_INCLUDED
00003 
00004 #include <odem.h>
00005 
00006 #include "Storage.h"
00007 #include "Location.h"
00008 #include "PaletteFrame.h"
00009 #include "Observer.h"
00010 
00011 class AirCooling : public Discrete {
00012         double                  startTime;
00013         Storage*                store;
00014         Observer*               observer;
00015 
00016 public:
00017         SetOfRingStack* myPalette;
00018         static Res*         checkStationQ;      // Station zur Härteprüfung
00019         static Res*     waitHallQ;              // Warteplätze im Hallenschiff
00020 
00021         virtual int main();
00022 
00023         AirCooling (char *n, SetOfRingStack *p, Storage *st, Observer *ob);
00024 
00025 };
00026 
00027 #endif
00028 

Generated on Tue Apr 26 14:42:42 2005 for rollingmill by doxygen 1.3.6