Configurable.hpp
Go to the documentation of this file.
00001 #ifndef WITH_CONFIGURATION_CONFIGURABLE_TASK_HPP
00002 #define WITH_CONFIGURATION_CONFIGURABLE_TASK_HPP
00003 
00004 #include "with_configuration/ConfigurableBase.hpp"
00005 
00006 namespace with_configuration {
00007     class Configurable : public ConfigurableBase
00008     {
00009         friend class ConfigurableBase;
00010     protected:
00011     
00012     
00013 
00014     public:
00015         Configurable(std::string const& name = "with_configuration::Configurable");
00016 
00030         // bool configureHook();
00031 
00037         // bool startHook();
00038 
00055         // void updateHook();
00056         
00057 
00064         // void errorHook();
00065 
00069         // void stopHook();
00070 
00075         // void cleanupHook();
00076 
00077         
00078 
00079     };
00080 }
00081 
00082 #endif
00083 


orogen
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Mon Oct 6 2014 03:17:29