Implemented EoE Set IP parameter request via command-line tool.

This commit is contained in:
Florian Pose
2014-11-12 14:42:17 +01:00
parent 36beb63ca1
commit a03d091ac0
19 changed files with 1374 additions and 73 deletions
+2
View File
@@ -48,6 +48,7 @@ using namespace std;
#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 @@ int main(int argc, char **argv)
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());