tool/main.cpp
changeset 1831 1875b9fea0ba
parent 1826 ec6223c3b7ec
child 1837 32136215c1fa
equal deleted inserted replaced
1830:ef09f0ea0c4c 1831:1875b9fea0ba
    54 #include "CommandRegWrite.h"
    54 #include "CommandRegWrite.h"
    55 #include "CommandSdos.h"
    55 #include "CommandSdos.h"
    56 #include "CommandSiiRead.h"
    56 #include "CommandSiiRead.h"
    57 #include "CommandSiiWrite.h"
    57 #include "CommandSiiWrite.h"
    58 #include "CommandSlaves.h"
    58 #include "CommandSlaves.h"
       
    59 #include "CommandSoeRead.h"
    59 #include "CommandStates.h"
    60 #include "CommandStates.h"
    60 #include "CommandUpload.h"
    61 #include "CommandUpload.h"
    61 #include "CommandVersion.h"
    62 #include "CommandVersion.h"
    62 #include "CommandXml.h"
    63 #include "CommandXml.h"
    63 
    64 
   333     commandList.push_back(new CommandRegWrite());
   334     commandList.push_back(new CommandRegWrite());
   334     commandList.push_back(new CommandSdos());
   335     commandList.push_back(new CommandSdos());
   335     commandList.push_back(new CommandSiiRead());
   336     commandList.push_back(new CommandSiiRead());
   336     commandList.push_back(new CommandSiiWrite());
   337     commandList.push_back(new CommandSiiWrite());
   337     commandList.push_back(new CommandSlaves());
   338     commandList.push_back(new CommandSlaves());
       
   339     commandList.push_back(new CommandSoeRead());
   338     commandList.push_back(new CommandStates());
   340     commandList.push_back(new CommandStates());
   339     commandList.push_back(new CommandUpload());
   341     commandList.push_back(new CommandUpload());
   340     commandList.push_back(new CommandVersion());
   342     commandList.push_back(new CommandVersion());
   341     commandList.push_back(new CommandXml());
   343     commandList.push_back(new CommandXml());
   342 
   344