00001 #include "SmurfInterfaceOptions.hpp" 00002 00003 namespace TELEKYB_NAMESPACE { 00004 00005 SmurfInterfaceOptions::SmurfInterfaceOptions() 00006 : OptionContainer("SmurfInterfaceOptions"){ 00007 00008 00009 sendCommands = addOption<bool>("sendCommands","Specify if the node must be used for the commands", 00010 false , false, true); 00011 00012 }; 00013 00014 };