00001 /* 00002 * TeleKybCoreOptions.hpp 00003 * 00004 * Created on: Nov 3, 2011 00005 * Author: mriedel 00006 */ 00007 00008 #ifndef TELEKYBCOREOPTIONS_HPP_ 00009 #define TELEKYBCOREOPTIONS_HPP_ 00010 00011 #include <telekyb_defines/telekyb_defines.hpp> 00012 00013 #include <telekyb_base/Options.hpp> 00014 00015 namespace TELEKYB_NAMESPACE { 00016 00017 class TeleKybCoreOptions : public OptionContainer { 00018 public: 00019 Option<int>* tRobotID; 00020 00021 TeleKybCoreOptions(); 00022 }; 00023 00024 } 00025 00026 #endif /* TELEKYBCOREOPTIONS_HPP_ */