mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-21 17:44:04 +08:00
Added 'ethercat cstruct' command to output PDO information in C language.
This commit is contained in:
@@ -37,6 +37,7 @@ using namespace std;
|
||||
|
||||
#include "CommandAlias.h"
|
||||
#include "CommandConfig.h"
|
||||
#include "CommandCStruct.h"
|
||||
#include "CommandData.h"
|
||||
#include "CommandDebug.h"
|
||||
#include "CommandDomains.h"
|
||||
@@ -293,6 +294,7 @@ int main(int argc, char **argv)
|
||||
|
||||
commandList.push_back(new CommandAlias());
|
||||
commandList.push_back(new CommandConfig());
|
||||
commandList.push_back(new CommandCStruct());
|
||||
commandList.push_back(new CommandData());
|
||||
commandList.push_back(new CommandDebug());
|
||||
commandList.push_back(new CommandDomains());
|
||||
|
||||
Reference in New Issue
Block a user