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

Storage.h

Go to the documentation of this file.
00001 #ifndef STORAGE_INCLUDED
00002 #define STORAGE_INCLUDED
00003 
00004 #include <odem.h>
00005 
00006 #include "SetOfRingStack.h"
00007 #include "Observer.h"
00008 
00009 
00010 
00011 class Storage : public Waitq {
00012 public:
00013         Res              *transmPlace,
00014                          *waitHallQ,
00015                          *checkStation;
00016         Observer *observer;
00017 
00018         int avail();
00019         
00020         Storage(char *n, int num, Observer *ob);
00021 };
00022 
00023 #endif
00024 

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