BehaviorControllerOptions.hpp
Go to the documentation of this file.
00001 /*
00002  * BehaviorControllerOptions.hpp
00003  *
00004  *  Created on: Nov 11, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 #ifndef BEHAVIORCONTROLLEROPTIONS_HPP_
00009 #define BEHAVIORCONTROLLEROPTIONS_HPP_
00010 
00011 #include <telekyb_defines/telekyb_defines.hpp>
00012 
00013 #include <telekyb_base/Options.hpp>
00014 
00015 #include <telekyb_base/Base/Singleton.hpp>
00016 
00017 namespace TELEKYB_NAMESPACE {
00018 
00019 class BehaviorControllerOptions : public OptionContainer, public Singleton<BehaviorControllerOptions> {
00020 public:
00021         Option<double>* tInitialStateTimeout;
00022         BehaviorControllerOptions();
00023 };
00024 
00025 }
00026 
00027 #endif /* BEHAVIORCONTROLLEROPTIONS_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


tk_behavior
Author(s): Dr. Antonio Franchi and Martin Riedel
autogenerated on Mon Nov 11 2013 11:13:36