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

This commit is contained in:
Florian Pose
2023-09-15 13:40:57 +02:00
committed by Bjarne von Horn
parent 0e25f6d80f
commit 4d47f0b328
19 changed files with 1379 additions and 76 deletions
+2
View File
@@ -49,6 +49,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"
@@ -290,6 +291,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());