Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MachineInterface.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 
00033 
00034 
00035 
00036 
00037 
00038 
00039 
00040 
00041 
00042 
00043 
00044 
00045 
00046 
00047 
00048 
00049 
00050 
00051 
00052 
00053 #ifndef MACHINEINTERFACE_h
00054 #define MACHINEINTERFACE_h
00055 
00056 #include "Device/Device.h"
00057 
00059 namespace OSCAR {
00060 
00065   class MachineInterface : public Device  {
00066   public:
00067     MachineInterface(const String& name = String(), OSCARError& err = DUMMY_ERROR(noError));
00068     virtual ~ MachineInterface();
00069   };
00070 
00071   #include "MachineInterface.ipp"
00072 }
00073 #endif
RRG Homepage OSCAR Overview OSCAR Tutorials Simulations