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

BaseController.h

Go to the documentation of this file.
00001 # ifndef BaseController_H
00002 # define BaseController_H
00003 
00004 # include "Base/Base.h"
00005 
00007 namespace OSCAR {
00008 
00009   class BaseController:public Base
00010   {
00011   public:
00012 
00013           BaseController();
00014           virtual ~BaseController();
00015 
00016           virtual bool Initialize();
00017           virtual bool Close();
00018 
00019   protected:
00020 
00021           bool isInitialized;
00022           bool isClosed;        
00023   };
00024 
00025 }
00026 #endif 
RRG Homepage OSCAR Overview OSCAR Tutorials Simulations