mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-20 17:17:41 +08:00
Renamed phy_ commands to reg_.
This commit is contained in:
+4
-4
@@ -45,8 +45,8 @@ using namespace std;
|
||||
#include "CommandFoeWrite.h"
|
||||
#include "CommandMaster.h"
|
||||
#include "CommandPdos.h"
|
||||
#include "CommandPhyRead.h"
|
||||
#include "CommandPhyWrite.h"
|
||||
#include "CommandRegRead.h"
|
||||
#include "CommandRegWrite.h"
|
||||
#include "CommandSdos.h"
|
||||
#include "CommandSiiRead.h"
|
||||
#include "CommandSiiWrite.h"
|
||||
@@ -299,8 +299,8 @@ int main(int argc, char **argv)
|
||||
commandList.push_back(new CommandFoeWrite());
|
||||
commandList.push_back(new CommandMaster());
|
||||
commandList.push_back(new CommandPdos());
|
||||
commandList.push_back(new CommandPhyRead());
|
||||
commandList.push_back(new CommandPhyWrite());
|
||||
commandList.push_back(new CommandRegRead());
|
||||
commandList.push_back(new CommandRegWrite());
|
||||
commandList.push_back(new CommandSdos());
|
||||
commandList.push_back(new CommandSiiRead());
|
||||
commandList.push_back(new CommandSiiWrite());
|
||||
|
||||
Reference in New Issue
Block a user