GenericKillerOptions.cpp
Go to the documentation of this file.
00001 /*
00002  * GenericKillerOptions.cpp
00003  *
00004  *  Created on: Aug 13, 2012
00005  *      Author: tnestmeyer
00006  */
00007 
00008 #include "GenericKillerOptions.hpp"
00009 
00010 namespace TELEKYB_NAMESPACE {
00011 
00012 GenericKillerOptions::GenericKillerOptions()
00013         : OptionContainer("GenericKiller")
00014 {
00015         tTopicName = addOption<std::string>("tTopicName", "Topic to wait for creation", "undef", true, true);
00016         tTimeOut = addOption<double>("tTimeOut", "Timeout after kill is triggered", 2.0, false, true);
00017         tProcessName = addOption<std::string>("tProcessName", "Process to kill", "undef", true, true);
00018 }
00019 
00020 } /* namespace telekyb */
 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