diff -r d71acfbd7319 -r 0e145bb05859 tool/main.cpp --- a/tool/main.cpp Thu Nov 06 08:55:35 2014 +0100 +++ b/tool/main.cpp Wed Nov 12 14:42:17 2014 +0100 @@ -48,6 +48,7 @@ #include "CommandFoeRead.h" #include "CommandFoeWrite.h" #include "CommandGraph.h" +#include "CommandIp.h" #include "CommandMaster.h" #include "CommandPdos.h" #include "CommandRegRead.h" @@ -288,6 +289,7 @@ commandList.push_back(new CommandFoeRead()); commandList.push_back(new CommandFoeWrite()); commandList.push_back(new CommandGraph()); + commandList.push_back(new CommandIp()); commandList.push_back(new CommandMaster()); commandList.push_back(new CommandPdos()); commandList.push_back(new CommandRegRead());