BagExportOptions.cpp
Go to the documentation of this file.
00001 /*
00002  * BagExportOptions.cpp
00003  *
00004  *  Created on: Oct 25, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 #include "BagExportOptions.hpp"
00009 
00010 namespace TELEKYB_NAMESPACE
00011 {
00012 
00013 //template<> JoystickOptions* Singleton<JoystickOptions>::instance = NULL;
00014 
00015 BagExportOptions::BagExportOptions()
00016         : OptionContainer("BagExport")
00017 {
00018         tInputFilename = addOption<std::string>("tInputFilename",
00019                         "Bag File to process",
00020                         "undef", true, true);
00021         tTopic = addOption<std::string>("tTopic",
00022                         "Topic to process",
00023                         "undef", true, true);
00024         tOutputFilename = addOption<std::string>("tOutputFilename",
00025                         "Topic to process",
00026                         tInputFilename->getValue() + "_" + tTopic->getValue(), false, true);
00027 }
00028 
00029 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


tk_bagtools
Author(s): Martin Riedel
autogenerated on Mon Nov 11 2013 11:14:47