tool/main.cpp
changeset 1388 3c886ec376f5
parent 1363 11c0b2caa253
child 1422 d41e4537b75f
equal deleted inserted replaced
1387:57020c731092 1388:3c886ec376f5
    43 #include "CommandDownload.h"
    43 #include "CommandDownload.h"
    44 #include "CommandFoeRead.h"
    44 #include "CommandFoeRead.h"
    45 #include "CommandFoeWrite.h"
    45 #include "CommandFoeWrite.h"
    46 #include "CommandMaster.h"
    46 #include "CommandMaster.h"
    47 #include "CommandPdos.h"
    47 #include "CommandPdos.h"
    48 #include "CommandPhyRead.h"
    48 #include "CommandRegRead.h"
    49 #include "CommandPhyWrite.h"
    49 #include "CommandRegWrite.h"
    50 #include "CommandSdos.h"
    50 #include "CommandSdos.h"
    51 #include "CommandSiiRead.h"
    51 #include "CommandSiiRead.h"
    52 #include "CommandSiiWrite.h"
    52 #include "CommandSiiWrite.h"
    53 #include "CommandSlaves.h"
    53 #include "CommandSlaves.h"
    54 #include "CommandStates.h"
    54 #include "CommandStates.h"
   297     commandList.push_back(new CommandDownload());
   297     commandList.push_back(new CommandDownload());
   298     commandList.push_back(new CommandFoeRead());
   298     commandList.push_back(new CommandFoeRead());
   299     commandList.push_back(new CommandFoeWrite());
   299     commandList.push_back(new CommandFoeWrite());
   300     commandList.push_back(new CommandMaster());
   300     commandList.push_back(new CommandMaster());
   301     commandList.push_back(new CommandPdos());
   301     commandList.push_back(new CommandPdos());
   302     commandList.push_back(new CommandPhyRead());
   302     commandList.push_back(new CommandRegRead());
   303     commandList.push_back(new CommandPhyWrite());
   303     commandList.push_back(new CommandRegWrite());
   304     commandList.push_back(new CommandSdos());
   304     commandList.push_back(new CommandSdos());
   305     commandList.push_back(new CommandSiiRead());
   305     commandList.push_back(new CommandSiiRead());
   306     commandList.push_back(new CommandSiiWrite());
   306     commandList.push_back(new CommandSiiWrite());
   307     commandList.push_back(new CommandSlaves());
   307     commandList.push_back(new CommandSlaves());
   308     commandList.push_back(new CommandStates());
   308     commandList.push_back(new CommandStates());