ethercat eoe command.

This commit is contained in:
Florian Pose
2009-06-26 09:46:57 +00:00
parent 2bb56b4f15
commit 1baa06d05b
17 changed files with 355 additions and 46 deletions
+2
View File
@@ -41,6 +41,7 @@ using namespace std;
#include "CommandDebug.h"
#include "CommandDomains.h"
#include "CommandDownload.h"
#include "CommandEoe.h"
#include "CommandFoeRead.h"
#include "CommandFoeWrite.h"
#include "CommandGraph.h"
@@ -296,6 +297,7 @@ int main(int argc, char **argv)
commandList.push_back(new CommandDebug());
commandList.push_back(new CommandDomains());
commandList.push_back(new CommandDownload());
commandList.push_back(new CommandEoe());
commandList.push_back(new CommandFoeRead());
commandList.push_back(new CommandFoeWrite());
commandList.push_back(new CommandGraph());