tool/main.cpp
changeset 1961 48f536aefc18
parent 1869 14f634f5b613
child 1968 4f682084c643
child 2010 87de63b19e4c
equal deleted inserted replaced
1960:6c4269dca1c2 1961:48f536aefc18
    50 #include "CommandGraph.h"
    50 #include "CommandGraph.h"
    51 #include "CommandMaster.h"
    51 #include "CommandMaster.h"
    52 #include "CommandPdos.h"
    52 #include "CommandPdos.h"
    53 #include "CommandRegRead.h"
    53 #include "CommandRegRead.h"
    54 #include "CommandRegWrite.h"
    54 #include "CommandRegWrite.h"
       
    55 #include "CommandRescan.h"
    55 #include "CommandSdos.h"
    56 #include "CommandSdos.h"
    56 #include "CommandSiiRead.h"
    57 #include "CommandSiiRead.h"
    57 #include "CommandSiiWrite.h"
    58 #include "CommandSiiWrite.h"
    58 #include "CommandSlaves.h"
    59 #include "CommandSlaves.h"
    59 #include "CommandSoeRead.h"
    60 #include "CommandSoeRead.h"
   305     commandList.push_back(new CommandGraph());
   306     commandList.push_back(new CommandGraph());
   306     commandList.push_back(new CommandMaster());
   307     commandList.push_back(new CommandMaster());
   307     commandList.push_back(new CommandPdos());
   308     commandList.push_back(new CommandPdos());
   308     commandList.push_back(new CommandRegRead());
   309     commandList.push_back(new CommandRegRead());
   309     commandList.push_back(new CommandRegWrite());
   310     commandList.push_back(new CommandRegWrite());
       
   311     commandList.push_back(new CommandRescan());
   310     commandList.push_back(new CommandSdos());
   312     commandList.push_back(new CommandSdos());
   311     commandList.push_back(new CommandSiiRead());
   313     commandList.push_back(new CommandSiiRead());
   312     commandList.push_back(new CommandSiiWrite());
   314     commandList.push_back(new CommandSiiWrite());
   313     commandList.push_back(new CommandSlaves());
   315     commandList.push_back(new CommandSlaves());
   314     commandList.push_back(new CommandSoeRead());
   316     commandList.push_back(new CommandSoeRead());