mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 17:17:23 +08:00
New tool command 'ethercat crc'.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user