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

VehicleFromFurn.h

Go to the documentation of this file.
00001 #ifndef VEHICLEFROMFURN_INCLUDED
00002 #define VEHICLEFROMFURN_INCLUDED
00003 
00004 #include <odem.h>
00005 
00006 #include "Vehicle.h"
00007 #include "PaletteFrame.h"
00008 
00009 // Oberer Wagen
00010 class VehicleFromFurn : public Vehicle {
00011 public:
00012         Waitq                   *nextArriveQ;   // Synchronisation mit Dispatcher
00013         double                  entryTime;              // zur Bestimmung von Wartezeiten
00014         
00015         VehicleFromFurn(Observer *o, Waitq *nAQ);
00016 
00017         void unload();
00018         virtual int main();
00019         
00020         virtual long getVisPos(Position p);
00021 };
00022 
00023 #endif
00024 

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