New tool command 'ethercat crc'.

This commit is contained in:
Florian Pose
2017-03-03 13:33:17 +01:00
parent 545d4e548c
commit efc11fa25f
4 changed files with 180 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@ using namespace std;
#include "CommandAlias.h"
#include "CommandConfig.h"
#include "CommandCrc.h"
#include "CommandCStruct.h"
#include "CommandData.h"
#include "CommandDebug.h"
@@ -277,6 +278,7 @@ int main(int argc, char **argv)
commandList.push_back(new CommandAlias());
commandList.push_back(new CommandConfig());
commandList.push_back(new CommandCrc());
commandList.push_back(new CommandCStruct());
commandList.push_back(new CommandData());
commandList.push_back(new CommandDebug());