GenericKillerOptions.hpp
Go to the documentation of this file.
00001 /*
00002  * GenericKillerOptions.hpp
00003  *
00004  *  Created on: Aug 13, 2012
00005  *      Author: tnestmeyer
00006  */
00007 
00008 #ifndef GENERICKILLEROPTIONS_HPP_
00009 #define GENERICKILLEROPTIONS_HPP_
00010 
00011 #include <telekyb_defines/telekyb_defines.hpp>
00012 #include <telekyb_base/Options.hpp>
00013 
00014 namespace TELEKYB_NAMESPACE {
00015 
00016 class GenericKillerOptions : OptionContainer {
00017 public:
00018         Option<std::string>* tTopicName;
00019         Option<double>* tTimeOut;
00020         Option<std::string>* tProcessName;
00021 
00022         GenericKillerOptions();
00023 };
00024 
00025 } /* namespace telekyb */
00026 #endif /* GENERICKILLEROPTIONS_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


tk_generic_killer
Author(s): Martin Riedel
autogenerated on Mon Nov 11 2013 11:14:36